docusaurus/packages/docusaurus-theme-classic
2022-05-03 18:23:34 +08:00
..
src fix(*): make TypeScript realize that each plugin package has a default export (#7294) 2022-05-03 18:23:34 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
babel.config.js refactor: remove Babel plugins that are included in preset-env (#6614) 2022-02-05 16:55:40 +08:00
package.json chore: upgrade dependencies (#7274) 2022-04-30 14:32:37 +08:00
README.md docs: audit grammar issues (#6203) 2021-12-27 19:34:04 +08:00
tsconfig.json chore: remove baseUrl from tsconfig (#7258) 2022-04-28 22:03:25 +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