mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
# What does this PR do? The goal of this PR is to make the pages easier to navigate by surfacing the child pages on the navbar, updating some of the copy, moving some of the files around. Some changes: 1. Clarifying Titles 2. Restructuring "Distributions" more formally in its own page to be consistent with Providers and adding some clarity to the child pages to surface them and make them easier to navigate 3. Updated sphinx config to not collapse navigation by default 4. Updated copyright year to be calculated dynamically 5. Moved `docs/source/distributions/index.md` -> `docs/source/distributions/starting_llama_stack_server.md` Another for https://github.com/meta-llama/llama-stack/issues/1815 ## Test Plan Tested locally and pages build (screen shots for example). ## Documentation ### Before:  ### After:  Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
18 lines
386 B
Markdown
18 lines
386 B
Markdown
# Distributions Overview
|
|
|
|
A distribution is a pre-packaged set of Llama Stack components that can be deployed together.
|
|
|
|
This section provides an overview of the distributions available in Llama Stack.
|
|
|
|
```{toctree}
|
|
:maxdepth: 3
|
|
|
|
importing_as_library
|
|
configuration
|
|
list_of_distributions
|
|
kubernetes_deployment
|
|
building_distro
|
|
on_device_distro
|
|
remote_hosted_distro
|
|
self_hosted_distro
|
|
```
|