Skip to content

Commit

Permalink
Docs: fix "architecture" and "llms" sections (All-Hands-AI#3749)
Browse files Browse the repository at this point in the history
* fix llm docs

* fix architecture
  • Loading branch information
rbren authored Sep 6, 2024
1 parent 43c4a7f commit 0f118df
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 20 deletions.
File renamed without changes.
68 changes: 48 additions & 20 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0f118df

Please sign in to comment.