mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
fix(website): fix config-tabs breaking after translation (#6275)
* fix(website): fix config-tabs breaking after translation * more robust
This commit is contained in:
parent
eade41a702
commit
a03788374e
7 changed files with 31 additions and 19 deletions
|
@ -114,8 +114,8 @@ Most Docusaurus users configure this plugin through the preset options.
|
|||
:::
|
||||
|
||||
```js config-tabs
|
||||
// preset option name: docs
|
||||
// plugin name: @docusaurus/plugin-content-docs
|
||||
// Preset Options: docs
|
||||
// Plugin Options: @docusaurus/plugin-content-docs
|
||||
|
||||
const config = {
|
||||
path: 'docs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue