mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
Attempt to fix translation content conflict
This commit is contained in:
parent
dacfc17fb4
commit
7f05848713
8 changed files with 61 additions and 10 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"label": "Alpha",
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "CategoryLabelTest",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "test category in Alpha",
|
||||
"description": "Test description in Alpha"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
---
|
||||
|
||||
## Test file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"label": "Beta",
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "CategoryLabelTest",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "test category in Beta",
|
||||
"description": "Test description in Beta"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
---
|
||||
|
||||
## Test file
|
Loading…
Add table
Add a link
Reference in a new issue