Skip to content

Fix formatting: invalid JSON comments, trailing commas, and stale links#675

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-spelling-formatting-1775162149
Open

Fix formatting: invalid JSON comments, trailing commas, and stale links#675
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-spelling-formatting-1775162149

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 2, 2026

Summary

  • Changed json code fence tags to jsonc in 7 files where code blocks contain comments (# or //), since JSON does not support comments
  • Converted Python-style # comments to // comments in JSON code blocks for consistency with JSONC syntax
  • Removed trailing commas in JSON code blocks in lab/overview/quickstart.mdx and lab/overview/locations.mdx
  • Fixed userId (camelCase) in prose to `user_id` (snake_case) in lab/overview/quickstart.mdx to match the actual API field name
  • Updated two stale links from /home/environments to /api-details/junction-api#environments (the direct destination rather than relying on the redirect)

Files changed

  • webhooks/event-structure.mdx — 7 code blocks: jsonjsonc, #//
  • changelog/core/api.mdx — 2 code blocks: jsonjsonc, #//
  • changelog/lab-testing/deprecations.mdx — 1 code block: jsonjsonc, #//
  • wearables/sdks/installation.mdx — 1 code block: jsonjsonc
  • lab/overview/quickstart.mdx — Fix userId in prose, remove trailing commas, update stale link
  • lab/overview/locations.mdx — Remove trailing comma in JSON block
  • wearables/providers/test_data.mdx — Update stale link

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 2, 2026

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

Project Status Preview Updated (UTC)
Junction 🟢 Ready View Preview Apr 2, 2026, 8:44 PM

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.

0 participants