docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn d879cdca96
refactor: improve a11y of dropdown menu (#6971)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-03-25 13:02:24 +01:00
..
src refactor: improve a11y of dropdown menu (#6971) 2022-03-25 13:02:24 +01:00
.npmignore
README.md
babel.config.js refactor: remove Babel plugins that are included in preset-env (#6614) 2022-02-05 16:55:40 +08:00
package.json fix(search): bump Infima, fix Docusaurus search issue due to broken CSS selector (#6983) 2022-03-24 15:33:21 +01:00
tsconfig.json refactor: enable a few TS flags (#6852) 2022-03-06 13:09:10 +08:00

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