llama-stack-mirror/docs/source/contributing/index.md
Ashwin Bharambe 2118f37350 Doc updates
2025-01-23 21:31:18 -08:00

14 lines
505 B
Markdown

# Contributing to Llama Stack
Start with the [Contributing Guide](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md) for some general tips. This section covers a few key topics in more detail.
- [Adding a New API Provider](new_api_provider.md) describes adding new API providers to the Stack.
- [Testing Llama Stack](testing.md) provides details about the testing framework and how to test providers and distributions.
```{toctree}
:maxdepth: 1
:hidden:
new_api_provider
testing
```