This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

31
node_modules/@docusaurus/theme-classic/README.md generated vendored Normal file
View File

@@ -0,0 +1,31 @@
# Docusaurus Theme Classic
The classic theme for Docusaurus.
## Installation
Add `docusaurus/theme-classic` to your package:
```bash
npm i @docusaurus/theme-classic
# or
yarn add @docusaurus/theme-classic
```
Modify your `docusaurus.config.js`:
```diff
module.exports = {
...
+ themes: ['@docusaurus/theme-classic'],
...
}
```
## Swizzling components
```bash
$ npm swizzle @docusaurus/theme-classic [component name]
```
All components used by this theme can be found [here](https://github.com/facebook/docusaurus/tree/main/packages/docusaurus-theme-classic/src/theme)