feat: relocate Smart Locks and ACS to Low-Level APIs (Mintlify)#1121
Merged
Conversation
Ports the #1115 structural change into the Mintlify docs (now the source of truth), on top of Dawn's #1119 polish — done by hand rather than re-running the migration script so her edits are preserved. - Move smart-locks and access-systems MDX trees under low-level-apis/ - docs.json Guides tab: new bottom "Low-Level APIs" group with nested Smart Locks / Access Control Systems sub-groups (matches the Low-Level APIs group Dawn already added to the API Reference tab) - Warning banners on both section indexes: low-level API, use Access Grants for granting, talk to the Seam team before building on them - Pointer hints on the granting sub-pages (access codes, managing credentials, ACS quick starts, ACS user management) - Remove the stale 'Access Grants in Alpha' notice from the card-encoding guide (#1117) - Rewrite ~166 internal links to the new paths; add docs.json redirects for the two moved subtrees Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Ports the #1115 structural change (Smart Locks + ACS → a bottom-of-nav "Low-Level APIs" group) into the Mintlify docs, now that Mintlify is the source of truth and Dawn's polish (#1119) has landed.
Done by hand on top of #1119, not by re-running
migrate-to-mintlify.mjs— a regen would have overwritten her hand edits (the whole reason we closed #1120).What
smart-locks/andaccess-systems/MDX trees fromcapability-guides/→low-level-apis/(38 files).docs.json(Guides tab): new Low-Level APIs group at the bottom, with nested Smart Locks / Access Control Systems sub-groups. (Mirrors the "Low-Level APIs" group Dawn already added to the API Reference tab in fix: Mintlify docs polish — links, redirects, and page rewrites #1119.)<Warning>, matching the repo's component convention) on both section indexes: low-level API → use Access Grants for granting; talk to the Seam team before building on these. No deprecation language.<Info>) on the granting sub-pages: access codes, managing credentials, ACS quick starts, ACS user management.docs.jsonredirects for the two moved subtrees (wildcard + base).Validation
docs.jsonis valid JSON; all 38 nav pages resolve to files; no stalecapability-guides/{smart-locks,access-systems}refs remain in nav.low-level-apis/links across the whole MDX tree (verified with a resolver script).Notes
mintlify broken-linkscan't run clean locally yet — it bails on a pre-existing MDX parse error incapability-guides/mobile-access/mobile-device-sdks/handling-system-permissions.mdx(a</Tab>nesting issue from fix: Mintlify docs polish — links, redirects, and page rewrites #1119, unchanged by this PR). Flagging for a separate fix; not in scope here.docs/tree untouched, per "Mintlify is the source of truth going forward."capability-guides → low-level-apismappings. The broader old-URL/traffic audit you mentioned will be the backstop.🤖 Generated with Claude Code