mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
docs: Update docs navbar convig
This commit is contained in:
parent
f1748e2f92
commit
9a73e50438
1 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Getting Started',
|
label: 'Getting Started',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'getting_started/quickstart',
|
'getting_started/quickstart',
|
||||||
'getting_started/detailed_tutorial',
|
'getting_started/detailed_tutorial',
|
||||||
|
@ -26,7 +26,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Concepts',
|
label: 'Concepts',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'concepts/index',
|
'concepts/index',
|
||||||
'concepts/architecture',
|
'concepts/architecture',
|
||||||
|
@ -48,7 +48,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Distributions',
|
label: 'Distributions',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'distributions/index',
|
'distributions/index',
|
||||||
'distributions/list_of_distributions',
|
'distributions/list_of_distributions',
|
||||||
|
@ -93,7 +93,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Providers',
|
label: 'Providers',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'providers/index',
|
'providers/index',
|
||||||
{
|
{
|
||||||
|
@ -276,7 +276,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Building Applications',
|
label: 'Building Applications',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'building_applications/index',
|
'building_applications/index',
|
||||||
'building_applications/rag',
|
'building_applications/rag',
|
||||||
|
@ -293,7 +293,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Advanced APIs',
|
label: 'Advanced APIs',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'advanced_apis/post_training',
|
'advanced_apis/post_training',
|
||||||
'advanced_apis/evaluation',
|
'advanced_apis/evaluation',
|
||||||
|
@ -303,7 +303,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Deploying',
|
label: 'Deploying',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'deploying/index',
|
'deploying/index',
|
||||||
'deploying/kubernetes_deployment',
|
'deploying/kubernetes_deployment',
|
||||||
|
@ -313,7 +313,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Contributing',
|
label: 'Contributing',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'contributing/index',
|
'contributing/index',
|
||||||
'contributing/new_api_provider',
|
'contributing/new_api_provider',
|
||||||
|
@ -324,7 +324,7 @@ const sidebars: SidebarsConfig = {
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'References',
|
label: 'References',
|
||||||
collapsed: false,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
'references/index',
|
'references/index',
|
||||||
'references/llama_cli_reference/index',
|
'references/llama_cli_reference/index',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue