Fix broken links - #1191
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Documentation validation✅ All blocking checks passed. Component system0 finding(s) across the corpus. Findings on lines this pull request touched are annotated inline in Files changed. |
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
mint broken-linkspasses but doesn't check heading anchors. A deep anchor scan found 21 broken fragment links across 15 pages (verified against Mintlify's actual slug generation, including badge suffixes and underscores), plus one malformed code fence.Changes
#sql-filter-and-pre-aggregates→#sql_filter-and-pre-aggregatesinpre-aggregates.mdx(3×),lightdash-config-yml.mdx,pre-aggregates/external.mdx. Mintlify keeps underscores from`sql_filter`in the anchor.pre-aggregates/monitoring.mdxlinked#sql-compatibility(never existed) →#sql_filter-and-pre-aggregates.#post-calculation-metrics→#post-calculation-metrics-experimental(metrics.mdx2×,dimensions.mdx)#sum_distinct→#sum_distinct-beta,#average_distinct→#average_distinct-beta(metrics.mdx4×)#initialize-instance→#initialize-instance-enterprise(environment-variables.mdx2×,service-accounts.mdx)metrics.mdx: 8×#using-custom-SQL-in-aggregate-metrics→#custom-sql-in-aggregate-metrics(actual heading is "Custom SQL in aggregate metrics")tables.mdx:#sql-filter→#sql-filter-row-level-securitysql-runner.mdx:#building-charts-in-the-sql-runner→#saved-charts-in-the-sql-runnerrecipes.mdx: dropped dead#personal-access-tokensfragment (page has no such heading)create-custom-fields.mdx:#dbt-write-back→#write-back-dimensions-from-custom-dimensionsrename-models-and-fields.mdx:#chart-version-history→#chartsservice-accounts.mdx: dead/integrations/dbt/projects#1-automatically%3A-...→/workflow/set-up-ci-cd#deploy-changes-to-lightdashjoins.mdx: removed link to nonexistent#chained-join-example(the example follows immediately in the same section)<a id="adding-lightdashs-static-ip-addresses-to-your-allow-list" />inconnect-project.mdx. The static IP content lives in an Accordion, which generates no anchor, and 4 links (3 in-page, 1 fromconnect-through-ssh-tunnel.mdx) pointed at it.workflow/cli/reference.mdxwas missing a closing ``` in thelightdash slug-updateexamples, swallowing prose into the code block.mint validateandmint broken-linksboth pass.