2.4.4 • Published 11 months ago

@robertwebbmodular/theme-classic v2.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Docusaurus Theme Classic

The classic theme for Docusaurus.

Installation

Add docusaurus/theme-classic to your package:

npm i @robertwebbmodular/theme-classic
# or
yarn add @robertwebbmodular/theme-classic

Modify your docusaurus.config.js:

module.exports = {
  ...
+ themes: ['@robertwebbmodular/theme-classic'],
  ...
}

Swizzling components

$ npm swizzle @robertwebbmodular/theme-classic [component name]

All components used by this theme can be found here