mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 12:38:57 +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?.(),
|
plugin.loadContent?.(),
|
||||||
);
|
);
|
||||||
|
|
||||||
const translate = false;
|
const translate = true;
|
||||||
if (translate) {
|
if (translate) {
|
||||||
content = await PerfLogger.async('translatePluginContent()', () =>
|
content = await PerfLogger.async('translatePluginContent()', () =>
|
||||||
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