mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +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
|
@ -53,8 +53,8 @@ Most Docusaurus users configure this plugin through the preset options.
|
|||
:::
|
||||
|
||||
```js config-tabs
|
||||
// preset option name: googleAnalytics
|
||||
// plugin name: @docusaurus/plugin-google-analytics
|
||||
// Preset Options: googleAnalytics
|
||||
// Plugin Options: @docusaurus/plugin-google-analytics
|
||||
|
||||
const config = {
|
||||
trackingID: 'UA-141789564-1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue