Skip to content

Commit ae792b9

Browse files
Merge pull request #6 from reluctantfuturist/fix-api-versioning-bug
docs: fix API bug with older versions
2 parents 17e1260 + 1c0e88d commit ae792b9

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Deprecated APIs
2+
3+
For deprecated APIs in this version, please refer to the [main API documentation](../api/llama-stack-specification).
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Experimental APIs
2+
3+
For experimental APIs in this version, please refer to the [main API documentation](../api/llama-stack-specification).

versioned_sidebars/version-v0.2.23-sidebars.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
]
323323
}
324324
],
325-
"apiSidebar": [
325+
"stableApiSidebar": [
326326
{
327327
"type": "doc",
328328
"id": "api/llama-stack-specification"
@@ -1367,5 +1367,17 @@
13671367
}
13681368
]
13691369
}
1370+
],
1371+
"experimentalApiSidebar": [
1372+
{
1373+
"type": "doc",
1374+
"id": "api-experimental/llama-stack-specification-experimental-apis"
1375+
}
1376+
],
1377+
"deprecatedApiSidebar": [
1378+
{
1379+
"type": "doc",
1380+
"id": "api-deprecated/llama-stack-specification-deprecated-apis"
1381+
}
13701382
]
13711383
}

0 commit comments

Comments
 (0)