Skip to content

Commit 64ba1e8

Browse files
Merge pull request #7 from reluctantfuturist/versioned-docs-link-fixes
2 parents ae792b9 + cd0860d commit 64ba1e8

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,9 @@ jobs:
148148
{
149149
type: 'html',
150150
className: 'dropdown-archived-versions',
151-
value: '<b>Archived versions</b>',
151+
value: '<b>Previous versions</b>',
152152
},
153153
...archivedVersionsDropdownItems,
154-
{
155-
type: 'html',
156-
value: '<hr class="dropdown-separator">',
157-
},
158-
{
159-
to: '/versions',
160-
label: 'All versions',
161-
},
162154
] : [],
163155
},`;
164156
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# API Reference Overview
2+
3+
The Llama Stack API provides comprehensive functionality for building generative AI applications.
4+
5+
## 🟢 Stable APIs
6+
7+
All APIs in this version (v0.2.23) are considered stable and production-ready with backward compatibility guarantees.
8+
9+
[Browse API Documentation →](./api/llama-stack-specification)
10+
11+
---
12+
13+
*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.*

0 commit comments

Comments
 (0)