From d64cf774264f54891f3687488d1712d96594201b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Oct 2025 14:57:26 -0700 Subject: [PATCH 1/2] docs: fixing broken links --- .github/workflows/build-and-deploy.yml | 8 -------- versioned_docs/version-v0.2.23/api-overview.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 versioned_docs/version-v0.2.23/api-overview.md diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6617618..f7207c0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -151,14 +151,6 @@ jobs: value: 'Archived versions', }, ...archivedVersionsDropdownItems, - { - type: 'html', - value: '', - }, - { - to: '/versions', - label: 'All versions', - }, ] : [], },`; diff --git a/versioned_docs/version-v0.2.23/api-overview.md b/versioned_docs/version-v0.2.23/api-overview.md new file mode 100644 index 0000000..a1e5e21 --- /dev/null +++ b/versioned_docs/version-v0.2.23/api-overview.md @@ -0,0 +1,13 @@ +# API Reference Overview + +The Llama Stack API provides comprehensive functionality for building generative AI applications. + +## 🟢 Stable APIs + +All APIs in this version (v0.2.23) are considered stable and production-ready with backward compatibility guarantees. + +[Browse API Documentation →](./api/llama-stack-specification) + +--- + +*Note: Starting in later versions, the API documentation is organized into Stable, Experimental, and Deprecated categories. In v0.2.23, all APIs are integrated within the main specification.* From cd0860df3c548165cb889a1213fd3c16abb7c856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Oct 2025 15:33:35 -0700 Subject: [PATCH 2/2] docs: update version title --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f7207c0..d5faa61 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -148,7 +148,7 @@ jobs: { type: 'html', className: 'dropdown-archived-versions', - value: 'Archived versions', + value: 'Previous versions', }, ...archivedVersionsDropdownItems, ] : [],