fix(webapp): don't prefill overrideAuthParams with integration defaults on connection create - #6990
Open
hassan254-prog wants to merge 1 commit into
Open
fix(webapp): don't prefill overrideAuthParams with integration defaults on connection create#6990hassan254-prog wants to merge 1 commit into
hassan254-prog wants to merge 1 commit into
Conversation
hassan254-prog
temporarily deployed
to
development
July 31, 2026 19:34 — with
GitHub Actions
Inactive
Contributor
Preview Deploy
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…ts on connection create
Contributor
There was a problem hiding this comment.
1 issue found across 13 files
Confidence score: 5/5
- In
docs/api-integrations/bigcommerce.mdx, missing semanticidprops on<Step>components can break anchor consistency and internal navigation patterns expected by repo tooling/docs consumers; add convention-aligned IDs (for examplecreate-integration,authorize-bigcommerce,call-bigcommerce-api,implement-nango) to de-risk doc usability and maintainability.
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/bigcommerce.mdx">
<violation number="1" location="docs/api-integrations/bigcommerce.mdx:12">
P3: Add semantic `id` props to each `<Step>` component. The repo convention (per AGENTS.md) requires semantic IDs like `"create-integration"`, `"authorize-bigcommerce"`, `"call-bigcommerce-api"`, and `"implement-nango"` — these improve anchor linking and keep IDs stable if step titles change.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| Connect to BigCommerce with Nango and see data flow in 2 minutes. | ||
|
|
||
| <Steps> | ||
| <Step title="Create the integration"> |
Contributor
There was a problem hiding this comment.
P3: Add semantic id props to each <Step> component. The repo convention (per AGENTS.md) requires semantic IDs like "create-integration", "authorize-bigcommerce", "call-bigcommerce-api", and "implement-nango" — these improve anchor linking and keep IDs stable if step titles change.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/api-integrations/bigcommerce.mdx, line 12:
<comment>Add semantic `id` props to each `<Step>` component. The repo convention (per AGENTS.md) requires semantic IDs like `"create-integration"`, `"authorize-bigcommerce"`, `"call-bigcommerce-api"`, and `"implement-nango"` — these improve anchor linking and keep IDs stable if step titles change.</comment>
<file context>
@@ -0,0 +1,88 @@
+Connect to BigCommerce with Nango and see data flow in 2 minutes.
+
+<Steps>
+ <Step title="Create the integration">
+ In Nango ([free signup](https://app.nango.dev)), go to [Integrations](https://app.nango.dev/dev/integrations) -> _Configure New Integration_ -> _BigCommerce_. Enter the Client ID and Client Secret from your BigCommerce app (see the setup guide below).
+ </Step>
</file context>
hassan254-prog
force-pushed
the
wari/migrated-bigcommerce-docs
branch
from
July 31, 2026 19:41
e3c85cd to
40ceb83
Compare
hassan254-prog
temporarily deployed
to
development
July 31, 2026 19:41 — with
GitHub Actions
Inactive
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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