feat(integrations): add support for ninety-io#6718
Merged
Conversation
Contributor
Preview Deploy
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
2 issues found across 13 files
Confidence score: 4/5
- In
docs/api-integrations/ninety-io.mdx,<Step>components are missing stableidprops, so deep links and references can break if steps are reordered, which makes the guide harder to navigate and maintain—add unique semanticidvalues to each step before merging. - In
docs/api-integrations/ninety-io.mdx, the heading casing is out of convention (Ninety.io integration guides), which won’t break functionality but can create inconsistency across docs—update it to sentence case to align with project standards.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/api-integrations/ninety-io.mdx">
<violation number="1" location="docs/api-integrations/ninety-io.mdx:12">
P2: Steps are missing semantic `id` props. The project convention requires `id` props on `<Step>` components for deep-linking and stable references across reordering. Add a unique, stable `id` to each step (e.g., `id="create-integration"`, `id="authorize"`, `id="call-api"`, `id="implement-nango"`).</violation>
<violation number="2" location="docs/api-integrations/ninety-io.mdx:69">
P3: Heading should use sentence case per project convention: 'Ninety.io integration guides' (only 'Ninety.io' as proper noun stays capitalized).</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
TBonnin
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the problem and your solution