mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Docs: fix "architecture" and "llms" sections (#3749)
* fix llm docs * fix architecture
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user