npm.io
3.10.1 • Published 2 months ago

@docusaurus/theme-classic

Licence
MIT
Version
3.10.1
Deps
26
Size
852 kB
Vulns
0
Weekly
0
Stars
65.5K

@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