Docs: fix "architecture" and "llms" sections (#3749)

* fix llm docs

* fix architecture
This commit is contained in:
Robert Brennan
2024-09-06 09:51:45 -04:00
committed by GitHub
parent 43c4a7fff4
commit 0f118df910
2 changed files with 48 additions and 20 deletions

View File

@@ -17,30 +17,58 @@ const sidebars: SidebarsConfig = {
}, {
type: 'category',
label: 'How-to Guides',
items: [{
type: 'doc',
id: 'usage/how-to/cli-mode',
}, {
type: 'doc',
id: 'usage/how-to/headless-mode',
}, {
type: 'doc',
id: 'usage/how-to/custom-sandbox-guide',
}, {
type: 'doc',
id: 'usage/how-to/evaluation-harness',
}, {
type: 'doc',
id: 'usage/how-to/openshift-example',
}]
items: [{
type: 'doc',
id: 'usage/how-to/cli-mode',
}, {
type: 'doc',
id: 'usage/how-to/headless-mode',
}, {
type: 'doc',
id: 'usage/how-to/custom-sandbox-guide',
}, {
type: 'doc',
id: 'usage/how-to/evaluation-harness',
}, {
type: 'doc',
id: 'usage/how-to/openshift-example',
}]
}, {
type: 'doc',
type: 'category',
label: 'LLMs',
id: 'usage/llms/llms',
items: [{
type: 'doc',
label: 'Overview',
id: 'usage/llms/llms',
}, {
type: 'doc',
label: 'OpenAI',
id: 'usage/llms/openai-llms',
}, {
type: 'doc',
label: 'Azure',
id: 'usage/llms/azure-llms',
}, {
type: 'doc',
label: 'Google',
id: 'usage/llms/google-llms',
}, {
type: 'doc',
label: 'Local/ollama',
id: 'usage/llms/local-llms',
}],
}, {
type: 'doc',
type: 'category',
label: 'Architecture',
id: 'usage/architecture/architecture',
items: [{
type: 'doc',
label: 'Backend',
id: 'usage/architecture/backend',
}, {
type: 'doc',
label: 'Runtime',
id: 'usage/architecture/runtime',
}],
}, {
type: 'doc',
label: 'About',