mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-21 03:57:51 +02:00
* init cleaning v1 • clean copy of base.json Signed-off : <@Neilblaze> * update 0.0.1 * update 0.0.2 * update 0.0.3 ~ final review Added support for BN translations for package signed off : @Neilblaze <putubanerjee23@gmail.com> |
||
---|---|---|
.. | ||
codeTranslations | ||
src | ||
babel.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
update-code-translations.js | ||
update-code-translations.test.js |
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