Skip to content

feat: merge access grant pages & add access method guides#1127

Merged
dawnho merged 36 commits into
mainfrom
feat/access-method-pages
Jun 10, 2026
Merged

feat: merge access grant pages & add access method guides#1127
dawnho merged 36 commits into
mainfrom
feat/access-method-pages

Conversation

@dawnho

@dawnho dawnho commented Jun 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Merge three "Creating an Access Grant" pages into one — consolidates the separate "Using Devices", "Using Spaces", and "Using Entrances" pages into a single page with subsections, eliminating ~70% content duplication
  • Add four new access method guide pages — Using PIN Codes, Using Mobile Keys, Using Instant Keys, and Using Key Cards (with encoding/assigning subsections)
  • Updates all cross-references across both Mintlify and GitBook content systems
  • Adds redirects for old URLs in .gitbook.yaml and docs.json

Test plan

  • Verify merged "Creating an Access Grant" page renders correctly on Mintlify dev server
  • Verify all four new access method pages render correctly
  • Confirm old URLs redirect properly
  • Check cross-references from quickstart, access-grant-quick-start, and index pages

🤖 Generated with Claude Code

@dawnho dawnho requested review from a team as code owners June 10, 2026 00:39
@mintlify

mintlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
seam 🟢 Ready View Preview Jun 10, 2026, 12:42 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@dawnho dawnho force-pushed the feat/access-method-pages branch from 8e04773 to 61fc6ad Compare June 10, 2026 06:36
dawnho and others added 6 commits June 10, 2026 12:39
The override-based access systems note is about grant creation, not
access methods. Give it its own section below the Access Methods table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Explain that override-based systems require it for credential
sequencing, while other systems use it to reuse the same PIN
across multiple Access Grants.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ants

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ystems"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dawnho dawnho force-pushed the feat/access-method-pages branch from 9be7418 to 09ee181 Compare June 10, 2026 19:39
dawnho and others added 3 commits June 10, 2026 12:50
Each "Using ..." page now shows how to call /access_methods/get_related
to list which devices and entrances an access method covers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Old redirects pointed to deleted pages; our new redirects point to the
restructured pages. Mintlify requires each source path to be unique.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…evices

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Each delivery page now has a "List the Doors This X Applies To" step
that explains an access method can cover multiple doors and shows
how to see which ones.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
"See Which Doors an Access Method Covers" — not a required step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… guide

The "See Which Doors an Access Method Covers" section now appears
before "Step 3: Unlock the Entrance" since users need to know which
doors a cloud key covers before triggering an unlock.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated mintlify-docs/use-cases/granting-access/reservation-access-grants.mdx
- Updated mintlify-docs/use-cases/granting-access/using-cloud-keys.mdx

Mintlify-Source: dashboard-editor
…ry pages

Switch the "Retrieve the PIN Code", "Deliver the Mobile Key", and
"Deliver the Key Card" steps to use access_methods.list({ access_grant_id })
instead of access_methods.get() with nested ID lookups.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dawnho and others added 2 commits June 10, 2026 13:32
- Updated mintlify-docs/use-cases/granting-access/reservation-access-grants.mdx
- Updated mintlify-docs/use-cases/granting-access/using-cloud-keys.mdx
- Updated mintlify-docs/use-cases/granting-access/using-pin-codes.mdx
- Updated mintlify-docs/use-cases/granting-access/using-instant-keys.mdx
- Updated mintlify-docs/use-cases/granting-access/using-mobile-keys.mdx
- Updated mintlify-docs/use-cases/granting-access/using-key-cards.mdx

Mintlify-Source: dashboard-editor
These were incorrectly copy-pasted from the encode section — they
called access_methods.encode instead of access_methods.assign_card
and passed acs_encoder_id instead of card_number.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All five delivery pages (PIN codes, mobile keys, key cards, cloud keys,
instant keys) had get_related code blocks with only JS, Python, and cURL.
Added the four missing languages to each.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dawnho dawnho merged commit 49fbd48 into main Jun 10, 2026
12 checks passed
@dawnho dawnho deleted the feat/access-method-pages branch June 10, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant