docusaurus/packages/docusaurus-theme-classic
Sébastien Lorber 01b407011a
chore(v2): prepare v2.0.0-beta.14 release (#6147)
2021-12-21 17:15:04 +01:00
..
src feat(theme-classic): allow stylizing doc paginator arrows (#6053) 2021-12-21 15:55:24 +01:00
.npmignore misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
README.md
babel.config.js
package.json chore(v2): prepare v2.0.0-beta.14 release (#6147) 2021-12-21 17:15:04 +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