docusaurus/packages/docusaurus-theme-classic
Max Schmitt e09245915a fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (#9944) 2024-03-15 14:54:38 +01:00
..
src fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (#9944) 2024-03-15 14:54:38 +01:00
.npmignore
README.md
package.json fix: remove old useless mdx typedefs (#9733) 2024-01-12 19:12:09 +01:00
tsconfig.client.json feat: Docusaurus v3 upgrades and require TypeScript 5 (#9258) 2023-08-25 10:54:58 +02:00
tsconfig.json

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