docusaurus/packages/docusaurus-theme-classic
2022-12-29 12:41:53 +01:00
..
src fix(theme): refactor Tabs, make groupId + queryString work fine together (#8486) 2022-12-29 12:41:53 +01:00
.npmignore
package.json chore: upgrade dependencies (#7993) 2022-09-08 01:31:53 -04:00
README.md
tsconfig.client.json
tsconfig.json

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