-
Notifications
You must be signed in to change notification settings - Fork 17
docs(features):added accuracy in by listing regions instead of global usage support. #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(features):added accuracy in by listing regions instead of global usage support. #103
Conversation
… dodopayments use instead IAP usage
WalkthroughDocumentation updated for the iOS digital goods page to add a Regional Availability section describing where external payment flows apply, reword a “What We Handle” bullet to reference policy-compliant global payments, and add “Compliance with regional regulations” to the “What You Get” list. All edits are in features/appstore-digital-goods.mdx. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
features/appstore-digital-goods.mdx
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
**/*.{md,mdx}
📄 CodeRabbit inference engine (.cursor/rules/mintlify.mdc)
Every documentation page must begin with YAML frontmatter containing title and description
Files:
features/appstore-digital-goods.mdx
**/*.mdx
📄 CodeRabbit inference engine (.cursor/rules/mintlify.mdc)
**/*.mdx
: Use clear, direct language appropriate for technical audiences
Write instructions in second person (you)
Use active voice over passive voice
Use present tense for current states and future tense for outcomes
Maintain consistent terminology across documentation
Keep sentences concise while preserving necessary context
Use parallel structure in lists, headings, and procedures
Lead sections with the most important information (inverted pyramid)
Use progressive disclosure: introduce basics before advanced topics
Break complex procedures into numbered steps using /
Include prerequisites and context before instructions
Provide expected outcomes for each major step
End sections with next steps or related information
Use descriptive, keyword-rich headings for navigation and SEO
Focus on user goals and outcomes rather than system features
Anticipate common questions and address them proactively
Include troubleshooting for likely failure points
Provide multiple pathways (beginner vs advanced) when appropriate, with an opinionated recommended path
Use for supplementary information that supports main content
Use for expert advice, shortcuts, or best practices
Use for critical cautions, breaking changes, or destructive actions
Use for neutral background or contextual information
Use for success confirmations or achievement indicators
Use to present the same concept in multiple languages
Provide complete, runnable code examples with language specified and filename when relevant
Include RequestExample/ResponseExample blocks for API endpoint docs
Document API parameters using (path, query, header, body) with types and required/defaults
Document API responses using with names, types, and required flags
Use for nested object properties or hierarchical information
Use / for platform-specific or alternative approaches
Use / for suppl...
Files:
features/appstore-digital-goods.mdx
… dodopayments use instead IAP usage
fixed it. |
@aagarwal1012 this can be merged. Please check the changes once. |
📋 Description
Added a new Regional Availability Section in the features/appstore-digital-goods, because as per issue #98 apple does not allow world wide IAP support on Appstore storefronts, so made a separate section just below Introduction which will help developers to get an idea whether they can integrate Dodo payments as IAP replacement in their respective region.
🎯 Type of Change
📖 What documentation does this PR affect?
✅ Checklist
mintlify dev
docs.json
(if applicable)🧪 Testing
📸 Screenshots (if applicable)
🔗 Related Issues
Closes #98
📝 Additional Notes
👥 Reviewers
@sancho1952007 @aagarwal1012
@dodopayments/documentation-team
Summary by CodeRabbit