Skip to content

Commit ca376a6

Browse files
authored
docs: Remove ai-collab API docs from website nav (#24946)
Removes the `ai-collab` library from the list of package API documentation we surface through the website sidebar. We are no longer planning to support this experimental library, nor are we looking for user feedback.
1 parent 8db5014 commit ca376a6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/sidebars.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ const sidebars: SidebarsConfig = {
9595
items: [{ type: "autogenerated", dirName: "api/presence" }],
9696
link: { type: "doc", id: "api/presence/index" },
9797
},
98-
{
99-
type: "category",
100-
label: "@fluidframework/ai-collab",
101-
items: [{ type: "autogenerated", dirName: "api/ai-collab" }],
102-
link: { type: "doc", id: "api/ai-collab/index" },
103-
},
10498
],
10599
link: { type: "doc", id: "api/index" },
106100
},

docs/versioned_sidebars/version-local-sidebars.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
"label": "@fluidframework/presence",
4040
"items": [{ "type": "autogenerated", "dirName": "api/presence" }],
4141
"link": { "type": "doc", "id": "api/presence/index" }
42-
},
43-
{
44-
"type": "category",
45-
"label": "@fluidframework/ai-collab",
46-
"items": [{ "type": "autogenerated", "dirName": "api/ai-collab" }],
47-
"link": { "type": "doc", "id": "api/ai-collab/index" }
4842
}
4943
],
5044
"link": { "type": "doc", "id": "api/index" }

0 commit comments

Comments
 (0)