diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6617618..d5faa61 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -148,17 +148,9 @@ jobs: { type: 'html', className: 'dropdown-archived-versions', - value: 'Archived versions', + value: 'Previous 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.*