docusaurus/packages/docusaurus-theme-classic
2021-06-30 10:54:26 +02:00
..
codeTranslations refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
src feat(v2): add icon to external footer links (#5092) 2021-06-30 10:54:26 +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-beta.2 release (#5056) 2021-06-24 19:39:37 +02:00
README.md docs(v2) themes (#1645) 2019-07-26 12:00:40 +07:00
tsconfig.json feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +02:00
update-code-translations.js style(v2): reduce number of ESLint warnings (#4993) 2021-06-24 18:12:48 +02: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