docs: Config documents & i18n supports (#2365)

This commit is contained in:
Fangyin Cheng
2025-02-24 16:45:26 +08:00
committed by GitHub
parent 22598ca79f
commit 96bcb6d138
406 changed files with 34513 additions and 10732 deletions

View File

@@ -19,7 +19,6 @@ const sidebars = {
tutorials: [
"tutorials/index",
],
docs: [
{
type: "doc",
@@ -758,6 +757,23 @@ const sidebars = {
id: "use_cases",
label: "Use Cases"
},
{
type: 'category',
label: 'Config Reference',
link: {
type: 'generated-index',
title: 'Config Reference',
description: 'All system configurable parameters and their detailed descriptions',
// slug: '/config-reference'
},
items: [
{
type: 'autogenerated',
dirName: 'config-reference' // make sure it matches the generated docs directory
}
]
}
]
};