docusaurus/packages/docusaurus-theme-classic
2021-05-07 11:02:43 +02:00
..
codeTranslations fix(v2): improve french translation for theme-classic (#4750) 2021-05-07 11:02:43 +02:00
src feat(v2): Webpack 5, PostCSS 8 (#4089) 2021-04-30 18:06:53 +02:00
babel.config.js feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (#3325) 2020-11-26 12:16:46 +01:00
package.json chore(v2): prepare v2.0.0.alpha-75 release (#4707) 2021-04-30 18:41:55 +02:00
README.md
tsconfig.json
update-code-translations.js fix(v2): i18n fixes (#4466) 2021-03-19 14:23:31 +01:00
update-code-translations.test.js feat(v2): auto-generated sidebars, frontmatter-less sites (#4582) 2021-04-15 16:20:11 +02:00

Docusaurus Theme Classic

The classic theme for Docusaurus.

Installation

Add docusaurus/theme-classic to your package:

npm i @docusaurus/theme-classic
# or
yarn add @docusaurus/theme-classic

Modify your docusaurus.config.js:

module.exports = {
  ...
+ themes: ['@docusaurus/theme-classic'],
  ...
}

Swizzling components

$ npm swizzle @docusaurus/theme-classic [component name]

All components used by this theme can be found here