docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn 3265dda895 refactor(v2): make better a11y for tabs (#1990)
* refactor(v2): make better a11y for tabs

* Update styles.module.css
2019-11-23 18:31:04 -08:00
..
src refactor(v2): make better a11y for tabs (#1990) 2019-11-23 18:31:04 -08:00
README.md docs(v2) themes (#1645) 2019-07-26 12:00:40 +07:00
package.json v2.0.0-alpha.36 2019-11-22 12:41:22 +07: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