mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 07:21:59 +00:00
docs: Reformat external provider documentation
This commit is contained in:
parent
3a574ef23c
commit
c2f61e8684
4 changed files with 65 additions and 56 deletions
13
docs/source/providers/external/index.md
vendored
Normal file
13
docs/source/providers/external/index.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# External Providers
|
||||
|
||||
Llama Stack supports external providers that live outside of the main codebase. This allows you to:
|
||||
- Create and maintain your own providers independently
|
||||
- Share providers with others without contributing to the main codebase
|
||||
- Keep provider-specific code separate from the core Llama Stack code
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
external-providers-list
|
||||
external-providers-guide
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue