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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Deprecated APIs

For deprecated APIs in this version, please refer to the [main API documentation](../api/llama-stack-specification).
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Experimental APIs

For experimental APIs in this version, please refer to the [main API documentation](../api/llama-stack-specification).
14 changes: 13 additions & 1 deletion versioned_sidebars/version-v0.2.23-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
]
}
],
"apiSidebar": [
"stableApiSidebar": [
{
"type": "doc",
"id": "api/llama-stack-specification"
Expand Down Expand Up @@ -1367,5 +1367,17 @@
}
]
}
],
"experimentalApiSidebar": [
{
"type": "doc",
"id": "api-experimental/llama-stack-specification-experimental-apis"
}
],
"deprecatedApiSidebar": [
{
"type": "doc",
"id": "api-deprecated/llama-stack-specification-deprecated-apis"
}
]
}