docusaurus/packages/docusaurus-theme-classic
2020-09-30 15:25:41 +02:00
..
src feat(v2): allow to use array of files in customCss field (#3474) 2020-09-28 18:15:41 +02:00
babel.config.js feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +02:00
package.json chore(v2): upgrade Infima to 0.2.0-alpha.13 (#3499) 2020-09-30 15:25:41 +02:00
README.md
tsconfig.json feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +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