use-string-shorthand-for-sidebar (#392)
This commit is contained in:
parent
9ad4d89cb3
commit
7ecd6a23ea
1 changed files with 8 additions and 40 deletions
|
|
@ -21,46 +21,14 @@ const sidebars = {
|
||||||
id: "get-started/what-is-openrag",
|
id: "get-started/what-is-openrag",
|
||||||
label: "About OpenRAG"
|
label: "About OpenRAG"
|
||||||
},
|
},
|
||||||
{
|
"get-started/quickstart",
|
||||||
type: "doc",
|
"get-started/install",
|
||||||
id: "get-started/quickstart",
|
"get-started/docker",
|
||||||
label: "Quickstart"
|
"core-components/agents",
|
||||||
},
|
"core-components/knowledge",
|
||||||
{
|
"core-components/ingestion",
|
||||||
type: "doc",
|
"reference/configuration",
|
||||||
id: "get-started/install",
|
"support/troubleshoot",
|
||||||
label: "Install OpenRAG with TUI"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "get-started/docker",
|
|
||||||
label: "Install OpenRAG containers"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/agents",
|
|
||||||
label: "Langflow in OpenRAG"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/knowledge",
|
|
||||||
label: "OpenSearch in OpenRAG"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "core-components/ingestion",
|
|
||||||
label: "Docling in OpenRAG"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "reference/configuration",
|
|
||||||
label: "Environment variables"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
id: "support/troubleshoot",
|
|
||||||
label: "Troubleshooting"
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue