docusaurus/packages/docusaurus-theme-classic
Joshua Chen 40e4ce0e68
chore: upgrade prettier; rename prettier scripts as format (#6010)
2021-12-01 12:33:22 +01:00
..
src fix: make hash link in heading not selectable (#6000) 2021-11-24 17:17:29 +08:00
README.md
babel.config.js
package.json chore: upgrade prettier; rename prettier scripts as format (#6010) 2021-12-01 12:33:22 +01:00
tsconfig.json

README.md

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