diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eafc2e730..3ca7a00ea 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,4 +49,6 @@ jobs: - name: Check broken links working-directory: docs - run: npx mint broken-links + # --check-redirects also resolves every redirect destination, so a + # restructure cannot leave a redirect pointing at a page it removed. + run: npx mint broken-links --check-redirects diff --git a/docs/docs.json b/docs/docs.json index 86e44246a..230c816d8 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -64,7 +64,9 @@ "group": "Explore", "pages": [ "examples", - "product-updates" + "product-updates", + "weekly-updates", + "changelog" ] }, { @@ -750,7 +752,7 @@ }, { "source": "/guides/pipeline", - "destination": "/concepts", + "destination": "/workflows", "permanent": true }, {