Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,9 @@ jobs:
{
type: 'html',
className: 'dropdown-archived-versions',
value: '<b>Archived versions</b>',
value: '<b>Previous versions</b>',
},
...archivedVersionsDropdownItems,
{
type: 'html',
value: '<hr class="dropdown-separator">',
},
{
to: '/versions',
label: 'All versions',
},
] : [],
},`;

Expand Down
13 changes: 13 additions & 0 deletions versioned_docs/version-v0.2.23/api-overview.md
Original file line number Diff line number Diff line change
@@ -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.*