From 0fcd32eb3e4e6a994da9bb13a1992a83011bdb26 Mon Sep 17 00:00:00 2001 From: Omar Abdelwahab Date: Mon, 29 Sep 2025 18:51:17 -0700 Subject: [PATCH] Add reference to Configuration and Launch Guide in main index - Added link to configuring_and_launching_llama_stack.md in Quick Links section - Provides users easy access to detailed Docker and manual setup instructions - Fills important gap between Quick Start and Contributing guides --- docs/docs/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index bed931fe7..422cae01a 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -46,6 +46,7 @@ Llama Stack consists of a server (with multiple pluggable API providers) and Cli ## Quick Links - Ready to build? Check out the [Getting Started Guide](https://llama-stack.github.io/getting_started/quickstart) to get started. +- Need help with setup? See the [Configuration and Launch Guide](./getting_started/configuring_and_launching_llama_stack) for detailed Docker and manual installation instructions. - Want to contribute? See the [Contributing Guide](https://github.com/llamastack/llama-stack/blob/main/CONTRIBUTING.md). - Explore [Example Applications](https://github.com/llamastack/llama-stack-apps) built with Llama Stack.