docusaurus/packages/docusaurus-theme-classic
2022-06-11 11:51:09 +08:00
..
src chore: upgrade dependencies (#7596) 2022-06-11 11:51:09 +08:00
.npmignore refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08:00
package.json fix: make type-checking pass in Yarn PnP (#7521) 2022-05-28 23:52:05 +08:00
README.md docs: audit grammar issues (#6203) 2021-12-27 19:34:04 +08:00
tsconfig.client.json refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08:00
tsconfig.json refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08: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