docusaurus/packages/docusaurus-theme-classic
Welly 6917eb950c
feat(v2): supports string type for the Layout's keywords props (#4090)
* feat(v2): support string type for the keywords props

* Update the type definition of Layout
2021-01-27 17:42:22 +01:00
..
src feat(v2): supports string type for the Layout's keywords props (#4090) 2021-01-27 17:42:22 +01:00
README.md
babel.config.js
package.json chore(v2): prepare v2.0.0.alpha-70 release (#3933) 2020-12-17 20:08:20 +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