From 77a282ff85c28dfa954e39a754d8661f05173eb8 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:45:38 +0100 Subject: [PATCH 1/2] Documentation edits made through Mintlify web editor --- ...hore-mintlify-automated-anchor-link-validity-check.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md 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..8c17d8c4a --- /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, [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`. From 80fd499900eebb723ab5d621b088fbbc062b5688 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:59:11 +0100 Subject: [PATCH 2/2] Update .mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../chore-mintlify-automated-anchor-link-validity-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md b/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md index 8c17d8c4a..d4eaaec2a 100644 --- a/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md +++ b/.mintlify/workflows/chore-mintlify-automated-anchor-link-validity-check.md @@ -4,6 +4,6 @@ on: cron: "3 3 * * *" --- -Go over all mdx pages and check the relative anchor links that start with #. For example, [dummy link](#some-anchor). Try to fix all anchors that do not point to the correct location. +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`.