mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
* Update Arabic Translation * Update Persian Translation * fix spacing problem for ar.json * fix spacing problem for fa.json * Update fa.json Update Persian translation to match with @farshidinanloo translation * fix ar.json * Update fa.json to match with @farshidinanloo |
||
---|---|---|
.. | ||
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