From faaeccc6fdf646db187583d9c63ba16e37b23ed6 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:42:32 -0400 Subject: [PATCH] docs: update external provider guide and navigation (#2567) # What does this PR do? The external providers guide can now be accessed directly from the sidebar ## Test Plan Build locally to test the changes Signed-off-by: Nathan Weinberg --- docs/source/providers/external.md | 2 +- docs/source/providers/index.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/providers/external.md b/docs/source/providers/external.md index 55211ac5f..db0bc01e3 100644 --- a/docs/source/providers/external.md +++ b/docs/source/providers/external.md @@ -1,4 +1,4 @@ -# External Providers +# External Providers Guide Llama Stack supports external providers that live outside of the main codebase. This allows you to: - Create and maintain your own providers independently diff --git a/docs/source/providers/index.md b/docs/source/providers/index.md index 6689b58bc..3ea253685 100644 --- a/docs/source/providers/index.md +++ b/docs/source/providers/index.md @@ -13,7 +13,13 @@ Importantly, Llama Stack always strives to provide at least one fully inline pro ## 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. See the [External Providers Guide](external) for details. +Llama Stack supports external providers that live outside of the main codebase. This allows you to create and maintain your own providers independently. + +```{toctree} +:maxdepth: 1 + +external +``` ## Agents Run multi-step agentic workflows with LLMs with tool usage, memory (RAG), etc.