docusaurus/packages/docusaurus-theme-classic
2024-05-31 19:09:06 +02:00
..
src feat(docs, blog): add support for tags.yml, predefined list of tags (#10137) 2024-05-31 17:32:08 +02:00
.npmignore refactor(theme-classic): migrate to tsc for build (#7447) 2022-05-18 20:08:09 +08:00
package.json chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
README.md
tsconfig.client.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +02:00
tsconfig.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +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