Skip to main content
Docusaurus

Search documentation

Type to search this documentation.

On this pageOverview

πŸ“¦ theme-classic

The classic theme for Docusaurus.

You can refer to the theme configuration page for more details on the configuration.

npm2yarn
npm install --save @docusaurus/theme-classic

Accepted fields:

mdx-code-block
<APITable>
Option Type Default Description
customCss string[] | string [] Stylesheets to be imported globally as client modules. Relative paths are resolved against the site directory.
mdx-code-block
</APITable>

You can configure this theme through preset options or plugin options.

config-tabs
// Preset Options: theme
// Plugin Options: @docusaurus/theme-classic

const config = {
  customCss: './src/css/custom.css',
};
Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu