docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn 00a8e9e365
feat(v2): allow home page for docs (#2652)
* feat(v2): allow home page for docs

* Refactor

* Remove debugging info 🤦‍♂️

* Add sort routes for first test case

* Sort child routes for consistency
2020-05-17 17:48:02 +08:00
..
src feat(v2): allow home page for docs (#2652) 2020-05-17 17:48:02 +08:00
README.md docs(v2) themes (#1645) 2019-07-26 12:00:40 +07:00
package-lock.json v2.0.0-alpha.54 2020-04-28 09:49:27 +03:00
package.json chore(v2): upgrade Infima to 0.2.0-alpha.10 (#2729) 2020-05-10 21:03:45 +08: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