Theme configuration
To make the R theme usable, you only need to perform basic configuration. You can also apply extensive customizations to the theme by referring to external resources.
Basic Configuration#
You configure the R theme mainly by modifying the docusaurus.config.js file.
- Navigate to your site directory.
- Open the
docusaurus.config.jsfile. - Make appropriate edits.
Each common option is// commentedin the configuration file.
Example:title: "R", // The page title that displays in your web browser tabIf you need more information, see Docusaurus - docusaurus.config.js. - Save the
docusaurus.config.jsfile.