From 3fb9a8e82eaa177d8af1ccc2ad4e4fa3317479d0 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 14:30:51 -0700 Subject: [PATCH] getting started --- docs/source/getting_started/index.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 564ed4b7c..2872289eb 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -1,5 +1,16 @@ # Getting Started with Llama Stack +```{toctree} +:maxdepth: 2 + +distributions/index +``` + +```{toctree} +:hidden: +developer_cookbook +``` + At the end of the guide, you will have learnt how to: - get a Llama Stack server up and running - get a agent (with tool-calling, vector stores) which works with the above server @@ -8,11 +19,6 @@ To see more example apps built using Llama Stack, see [llama-stack-apps](https:/ ## Starting Up Llama Stack Server -```{toctree} -:maxdepth: 2 - -distributions/index -``` ### Decide Your Build Type There are two ways to start a Llama Stack: @@ -76,11 +82,3 @@ Output: Check out our client SDKs for connecting to Llama Stack server in your preferred language, you can choose from [python](https://github.com/meta-llama/llama-stack-client-python), [node](https://github.com/meta-llama/llama-stack-client-node), [swift](https://github.com/meta-llama/llama-stack-client-swift), and [kotlin](https://github.com/meta-llama/llama-stack-client-kotlin) programming languages to quickly build your applications. You can find more example scripts with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/examples) repo. - - -```{toctree} -:hidden: -:maxdepth: 1 - -developer_cookbook -```