Skip to content

Commit 1c0e88d

Browse files
docs: fix API bug on older versions
1 parent 0300e8c commit 1c0e88d

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)