From 441ad707cc4c4258dac18e3bc814df780a6bf4de Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 16:39:23 -0700 Subject: [PATCH] headers --- docs/source/distribution_dev/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/distribution_dev/index.md b/docs/source/distribution_dev/index.md index 3b7f3b01d..8a46b70fb 100644 --- a/docs/source/distribution_dev/index.md +++ b/docs/source/distribution_dev/index.md @@ -1,4 +1,11 @@ -# Llama Stack Developer Guide +# Developer Guide + +```{toctree} +:hidden: +:maxdepth: 1 + +building_distro +``` ## Key Concepts @@ -11,9 +18,3 @@ A provider can also be just a pointer to a remote REST service -- for example, c ### Distribution A Distribution is where APIs and Providers are assembled together to provide a consistent whole to the end application developer. You can mix-and-match providers -- some could be backed by local code and some could be remote. As a hobbyist, you can serve a small model locally, but can choose a cloud provider for a large model. Regardless, the higher level APIs your app needs to work with don't need to change at all. You can even imagine moving across the server / mobile-device boundary as well always using the same uniform set of APIs for developing Generative AI applications. - -```{toctree} -:maxdepth: 1 - -building_distro -```