chore: attempt to fix Crowdin issues (#9220)

This commit is contained in:
Sébastien Lorber 2023-08-12 02:56:54 +02:00 committed by GitHub
parent 4aef958a99
commit a59aead1e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 126 additions and 122 deletions

View file

@ -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.