Skip to content

docs: add changelog page with sandbox card issuance and new country coverage#648

Open
pengying wants to merge 1 commit into
mainfrom
07-06-docs_add_changelog_page_with_sandbox_card_issuance_and_new_country_coverage
Open

docs: add changelog page with sandbox card issuance and new country coverage#648
pengying wants to merge 1 commit into
mainfrom
07-06-docs_add_changelog_page_with_sandbox_card_issuance_and_new_country_coverage

Conversation

@pengying

@pengying pengying commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a Changelog page to the Grid API docs, surfaced as a new top-level Changelog tab.

The initial entry (July 2026) covers:

  • Card issuance in sandbox — you can now test the full card lifecycle in sandbox before going live.
  • Expanded country coverage — additional countries including China, broadening global payment corridors.

Changes

  • mintlify/changelog.mdx — new page using Mintlify's <Update> component, with links to the relevant cards and currencies/rails docs.
  • mintlify/docs.json — added the Changelog tab to navigation.

Notes

Preview locally with cd mintlify && mint dev. The repo's make lint-markdown target references a missing npm script (pre-existing, unrelated); docs.json was validated as valid JSON.

🤖 Generated with Claude Code

@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
grid-flow-builder Ignored Ignored Preview Jul 6, 2026 9:38pm
grid-wallet-demo Ignored Ignored Preview Jul 6, 2026 9:38pm

Request Review

@mintlify

mintlify Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

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

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Jul 6, 2026, 9:44 PM

pengying commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@pengying pengying marked this pull request as ready for review July 6, 2026 21:38
@greptile-apps

greptile-apps Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds a Changelog top-level tab to the Grid API docs with a single July 2026 entry covering card issuance in sandbox and expanded country coverage.

  • mintlify/changelog.mdx — new page using the <Update> component; all six internal links resolve to existing pages, the icon SVG is present, and frontmatter is complete.
  • mintlify/docs.json — injects a "Changelog" tab between the Cards tab and the API reference tab, following the existing navigation pattern.

Confidence Score: 5/5

Documentation-only change adding a new Changelog tab and MDX page; all internal links resolve, the icon file exists, and navigation follows the established pattern.

Both files are straightforward documentation additions. Every internal link points to a page confirmed to exist, the icon SVG is present in the repo, frontmatter is complete, and the docs.json change is structurally consistent with every other tab. No logic, API, or runtime behavior is affected.

No files require special attention.

Important Files Changed

Filename Overview
mintlify/changelog.mdx New changelog page; frontmatter complete, all internal links valid, heading case correct, component used appropriately.
mintlify/docs.json Changelog tab inserted before API reference with a single-group/single-page structure consistent with other tabs.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[docs.json navigation] --> B[Guides tab]
    A --> C[Cards tab]
    A --> D["Changelog tab ✨ NEW"]
    A --> E[API reference tab]

    D --> F["Group: Changelog"]
    F --> G["Page: changelog.mdx"]

    G --> H["Update: July 2026"]
    H --> I["Card issuance in sandbox\n→ /cards/platform-tools/sandbox-testing"]
    H --> J["Expanded country coverage\n→ /platform-overview/core-concepts/currencies-and-rails"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[docs.json navigation] --> B[Guides tab]
    A --> C[Cards tab]
    A --> D["Changelog tab ✨ NEW"]
    A --> E[API reference tab]

    D --> F["Group: Changelog"]
    F --> G["Page: changelog.mdx"]

    G --> H["Update: July 2026"]
    H --> I["Card issuance in sandbox\n→ /cards/platform-tools/sandbox-testing"]
    H --> J["Expanded country coverage\n→ /platform-overview/core-concepts/currencies-and-rails"]
Loading

Reviews (1): Last reviewed commit: "docs: add changelog page with sandbox ca..." | Re-trigger Greptile

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