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
4 changes: 4 additions & 0 deletions .changeset/docs-trust-security-nav-group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Docs nav: group transparency pages under Trust & Security. AI Disclosure was sitting at the top level of the sidebar as a peer of Reference and Certification — structurally heavier than its content warranted, and odd next to Privacy Considerations which lived buried inside Reference. Created a Trust & Security group fronted by the existing `docs/trust.mdx` overview, and pulled AI Disclosure, Privacy Considerations, and Known Limitations into it. Applied to both 3.0 and latest navs.
28 changes: 20 additions & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,16 @@
]
},
"docs/faq",
"docs/ai-disclosure",
"docs/trust",
{
"group": "Trust & Security",
"expanded": false,
"pages": [
"docs/trust",
"docs/ai-disclosure",
"docs/reference/privacy-considerations",
"docs/reference/known-limitations"
]
},
{
"group": "Reference",
"expanded": false,
Expand Down Expand Up @@ -588,8 +596,6 @@
"docs/reference/experimental-status",
"docs/reference/schema-extensions",
"docs/reference/v2-sunset",
"docs/reference/known-limitations",
"docs/reference/privacy-considerations",
"docs/reference/release-notes",
"docs/reference/changelog",
"docs/reference/implementor-faq",
Expand Down Expand Up @@ -1115,9 +1121,17 @@
{
"group": "FAQ",
"pages": [
"docs/faq",
"docs/faq"
]
},
{
"group": "Trust & Security",
"expanded": false,
"pages": [
"docs/trust",
"docs/ai-disclosure",
"docs/trust"
"docs/reference/privacy-considerations",
"docs/reference/known-limitations"
]
},
{
Expand All @@ -1143,8 +1157,6 @@
"docs/reference/versioning",
"docs/reference/url-canonicalization",
"docs/reference/verifying-protocol-tarballs",
"docs/reference/known-limitations",
"docs/reference/privacy-considerations",
"docs/reference/experimental-status",
"docs/reference/schema-extensions",
"docs/reference/release-notes",
Expand Down
Loading