docusaurus/packages/docusaurus-theme-classic
Sam Zhou 003b457c88
fix(v2): Added back support for optional logo field in theme-classic navbarConfig (#3611)
* fix(v2): Added back support for optional logo field in theme-classic navbarConfig

* fix tests

* Revert to default to {} in useLogo approach
2020-10-21 15:35:51 +02:00
..
src fix(v2): Added back support for optional logo field in theme-classic navbarConfig (#3611) 2020-10-21 15:35:51 +02:00
babel.config.js feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +02:00
package.json fix: add repository metadata to all packages (#3613) 2020-10-21 15:05:01 +02:00
README.md docs(v2) themes (#1645) 2019-07-26 12:00:40 +07:00
tsconfig.json feat(v2): Support swizzling TypeScript components (#2671) 2020-06-25 16:07:30 +02:00

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