Skip to content

Commit 981b23b

Browse files
authored
docs: Setup hidden unstable section for the docs website (#302)
Mintlify will make sure this isn't accessible in search, but will allow people to preview in-progress documentation for new features without confusing people about the current state of things.
1 parent 39452ae commit 981b23b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@
7070
"protocol/slash-commands",
7171
"protocol/extensibility",
7272
"protocol/transports",
73-
"protocol/schema"
73+
"protocol/schema",
74+
{
75+
"group": "Unstable",
76+
"hidden": true,
77+
"pages": ["protocol/schema.unstable"]
78+
}
7479
]
7580
},
7681
{

0 commit comments

Comments
 (0)