mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
chore: attempt to fix Crowdin issues (#9220)
This commit is contained in:
parent
4aef958a99
commit
a59aead1e2
74 changed files with 126 additions and 122 deletions
|
@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
|
|||
import TabItem from '@theme/TabItem';
|
||||
```
|
||||
|
||||
The debug plugin will display useful debug information at [http://localhost:3000/\_\_docusaurus/debug](http://localhost:3000/__docusaurus/debug).
|
||||
The debug plugin will display useful debug information at [`http://localhost:3000/__docusaurus/debug`](http://localhost:3000/__docusaurus/debug).
|
||||
|
||||
It is mostly useful for plugin authors, that will be able to inspect more easily the content of the `.docusaurus` folder (like the creates routes), but also be able to inspect data structures that are never written to disk, like the plugin data loaded through the `contentLoaded` lifecycle.
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@ sidebar_position: 2
|
|||
slug: /api/themes/@docusaurus/theme-classic
|
||||
---
|
||||
|
||||
import APITable from '@site/src/components/APITable';
|
||||
|
||||
# 📦 theme-classic
|
||||
|
||||
import APITable from '@site/src/components/APITable';
|
||||
|
||||
The classic theme for Docusaurus.
|
||||
|
||||
You can refer to the [theme configuration page](theme-configuration.mdx) for more details on the configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue