diff --git a/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md b/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md new file mode 100644 index 000000000..d4eaaec2a --- /dev/null +++ b/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md @@ -0,0 +1,9 @@ +--- +name: "chore(mintlify): automated anchor link validity check" +on: + cron: "3 3 * * *" +--- + +Go over all mdx pages and check the relative anchor links that start with `#`. For example, the following link points to `#some-anchor`: `[dummy link](#some-anchor)`. Try to fix all anchors that do not point to the correct location. + +Do not look at pages that are "whitepapers". Do not look at anything that is not `.mdx`. Ignore all links that start with either `/ecosystem/api/toncenter/v2` or `/ecosystem/api/toncenter/v3`.