Customize Docusaurus Output
To customize Docusaurus output, you need to first set up a local development environment that enables you to quickly preview your customizations.
Prepare a Local Docusaurus Development Workspace
You need to set up a local development environment to customize the look and feel of your Docusaurus static sites.
Customize the Docusaurus Site Logo
You can change the default logo by overwriting the logo.svg file or by specifying the path to a logo in a different format.
Customize the Docusaurus Site Favicon
You can change the default favicon by overwriting the favicon.ico file or by specifying the path to a favicon in a different format.
Customize the Docusaurus Site Footer
You can customize the default footer by editing the docusaurus.config.js file.
Customize the Docusaurus Site Styling
You can adjust the default site styling by adding your customizations to the custom.css file.
Locally Modify Docusaurus Content
Locally modifying content is useful if you want to troubleshoot your template.
The full_project/sidebar.js file contains references to the content files and constitutes the left-hand table of contents.
Where full_project is the location of your local Docusaurus project.
For more information, see https://v2.docusaurus.io/docs/docs-introduction/.