docusaurus/packages/docusaurus-theme-classic
Sanjaiyan Parthipan e1899786a4
polish(theme): MDX images should use async decoding (#9470)
2024-01-12 21:25:18 +01:00
..
src polish(theme): MDX images should use async decoding (#9470) 2024-01-12 21:25:18 +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