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
This commit is contained in:
Omar Abdelwahab 2025-09-29 18:51:17 -07:00
parent 38b9d03f0b
commit 0fcd32eb3e

View file

@ -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.