Add API reference for onboarding, gamification, and notifications#299
Add API reference for onboarding, gamification, and notifications#299mintlify[bot] wants to merge 2 commits into
Conversation
Generated-By: mintlify-agent
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| --- | ||
| title: Notifications API | ||
| description: "In-app notification system for badges, referrals, achievements, and system events" | ||
| --- |
There was a problem hiding this comment.
🟡 New documentation pages not added to docs.json navigation
The new pages api-reference/notifications.mdx and api-reference/onboarding.mdx are created but not registered in the docs.json navigation configuration (docs.json:96-183). Mintlify uses this configuration to build the sidebar navigation. Without entries for "api-reference/onboarding" and "api-reference/notifications" in the pages array of the "API Reference" group, these pages will be orphaned — they exist on the site but users cannot discover them through the sidebar. They would only be reachable via direct URL or internal links from other pages.
Prompt for agents
The new pages api-reference/notifications.mdx and api-reference/onboarding.mdx need to be added to the navigation in docs.json. In docs.json, find the "API Reference" group (around line 95-183) and add "api-reference/onboarding" and "api-reference/notifications" to the pages array. A logical placement would be near the existing related pages like api-reference/referrals and api-reference/gamification (around line 156-157). For example, add them as: "api-reference/onboarding", "api-reference/notifications" after the gamification entry.
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary