docusaurus/packages/docusaurus-theme-classic
Drylozu fa3926e2a1
feat(theme-classic): allow passing additional attributes to tab headings (#6082)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2021-12-17 18:23:50 +01:00
..
src feat(theme-classic): allow passing additional attributes to tab headings (#6082) 2021-12-17 18:23:50 +01:00
.npmignore misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
babel.config.js feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (#3325) 2020-11-26 12:16:46 +01:00
package.json fix: declare missing dependencies (#6097) 2021-12-13 09:47:07 +08:00
README.md refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
tsconfig.json refactor(theme-classic): completely migrate package to TypeScript (#5459) 2021-09-01 14:34:26 +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