mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 03:58:49 +02:00
better dogfood
This commit is contained in:
parent
7f05848713
commit
d78dd08ad1
3 changed files with 17 additions and 1 deletions
|
@ -81,7 +81,7 @@ async function executePluginContentLoading({
|
|||
plugin.loadContent?.(),
|
||||
);
|
||||
|
||||
const translate = false;
|
||||
const translate = true;
|
||||
if (translate) {
|
||||
content = await PerfLogger.async('translatePluginContent()', () =>
|
||||
translatePluginContent({
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "Conflicts",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "Conflicts",
|
||||
"description": "Testing what happens when docs use similar names"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "Category Index name conflict",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "Category Index name conflict",
|
||||
"description": "Testing what happens when 2 category index have the same name"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue