docusaurus/packages/docusaurus-theme-classic
Alexey Pyltsyn cbff487516
fix: author/image adjustments in BlogPosting schema (#5346)
2021-08-12 15:10:19 +02:00
..
codeTranslations
src fix: author/image adjustments in BlogPosting schema (#5346) 2021-08-12 15:10:19 +02:00
README.md
babel.config.js
package.json chore: upgrade Infima to alpha.30 (#5256) 2021-08-11 10:56:57 +03:00
tsconfig.json
update-code-translations.js
update-code-translations.test.js

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