better dogfood

This commit is contained in:
sebastien 2025-06-02 17:08:05 +02:00
parent 7f05848713
commit d78dd08ad1
3 changed files with 17 additions and 1 deletions

View file

@ -81,7 +81,7 @@ async function executePluginContentLoading({
plugin.loadContent?.(),
);
const translate = false;
const translate = true;
if (translate) {
content = await PerfLogger.async('translatePluginContent()', () =>
translatePluginContent({

View file

@ -0,0 +1,8 @@
{
"label": "Conflicts",
"link": {
"type": "generated-index",
"title": "Conflicts",
"description": "Testing what happens when docs use similar names"
}
}

View file

@ -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"
}
}