2.0.0-alpha.42 • Published 6 years ago
chrisvxd-docusaurus-theme-classic v2.0.0-alpha.42
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-classicModify 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
2.0.0-alpha.42
6 years ago