docusaurus/packages/docusaurus-theme-classic
Josh-Cena 03e2174fe7
Revert global require change
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
2021-06-20 09:58:24 +08:00
..
codeTranslations refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
src Substitute for-of with forEach 2021-06-18 22:25:49 +08:00
babel.config.js
package.json chore(v2): update Infima to v0.2.0-alpha.24 (#4855) 2021-05-28 10:58:23 +03:00
README.md
tsconfig.json
update-code-translations.js Revert global require change 2021-06-20 09:58:24 +08:00
update-code-translations.test.js

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