Fix broken internal links across docs#27
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Ran
mint broken-linksandmint validate, then fixed all broken internal links found. Also fixed a syntax error inapi-reference/authentication.mdxthat was preventing the broken-links check from running at all.After the fixes,
mint broken-linksreports no broken links.Issues found and fixes applied
Parse blocker
api-reference/authentication.mdx(L122–124)‘ ’) inside a JSXcolumns={[...]}expression caused an acorn parse error and blocked the entire broken-links scan'Broken links
All listed paths were referenced but did not exist. Replaced each with the actual file path under
api-reference/.concepts/balances.mdx/api-reference/deposits/get-deposit-address/api-reference/account-wallet/get-cryptocurrency-deposit-addressguides/broker-guide.mdx/api-reference/sub-accounts/create/api-reference/sub-accounts/create-sub-accountguides/broker-guide.mdx/api-reference/sub-accounts/transfer/api-reference/sub-accounts/sub-account-transferguides/integration-paths.mdx(×2)/api-reference/spot-trading/kill-switch/api-reference/spot-trading/sync-kill-switch-timerguides/payment-integration.mdx(×2)/api-reference/deposits/get-deposit-address/api-reference/account-wallet/get-cryptocurrency-deposit-addressguides/payment-integration.mdx(×4)/api-reference/withdrawals/create-withdraw/api-reference/account-wallet/create-withdraw-requestguides/payment-integration.mdx/api-reference/deposits/refund-deposit/api-reference/account-wallet/refund-depositguides/payment-integration.mdx/api-reference/deposits/fiat-deposit-url/api-reference/account-wallet/get-fiat-deposit-addressplatform/webhook.mdx/api-reference/account-wallet/get-deposit-historyand/api-reference/account-wallet/get-withdrawal-history(separate links)/api-reference/account-wallet/get-deposit-withdraw-history(the actual combined endpoint)Validation
mint broken-links: success — no broken links foundmint validate: still emits 5 pre-existing warnings aboutInvalid import path reactin/snippets/*.jsxfiles, unrelated to this changeNotes
For the
kill-switchlink there were two candidate endpoints (status-kill-switch-timerandsync-kill-switch-timer). Usedsync-kill-switch-timerbecause the surrounding text describes setting/resetting the timer as a circuit breaker, which matchesPOST /api/v4/order/kill-switch.