From beadfd0499bfe34e7a4281a15708e4bd1429adf0 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 7 Aug 2026 18:17:02 -0700 Subject: [PATCH] Add redirects for the 404s left after #63 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Search Console lists 91 crawled 404s on docs.currents.dev. #63 covers ten of the ones that are real page moves; these twelve are the remainder, including every path still reachable from currents.dev/readme/*. Four are bare CI-provider paths (ci-setup/circleci, ci-setup/azure-devops, ci-setup/bitbucket, ci-setup/jenkins-playwright) that predate flattening the ci-setup tree. Files with those names still exist at the repo root but are absent from SUMMARY.md, so GitBook does not serve them — hence the 404. Adding redirects is additive and leaves those files alone; whether the unlisted ci-setup/ directory should exist at all is a separate question. The rest are single pages that moved section: currents-cli to resources/reporters, jira to resources/integrations, currents-actions and the orchestrated re-run guide to their current homes. Every target verified to return 200 on docs.currents.dev, and every target file verified to exist on disk. 79 entries total, no duplicate keys. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013vBAvmWyyJsE1eTnxXL2XP --- .gitbook.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitbook.yaml b/.gitbook.yaml index b2f3f82..42978ea 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -68,3 +68,15 @@ redirects: getting-started/ci-setup/aws-code-build: getting-started/ci-setup/playwright-aws-code-build.md getting-started/ci-setup/bitbucket: getting-started/other-frameworks/cypress/ci-setup/cypress-bitbucket-pipelines.md getting-started/ci-setup/nx/playwright-nx: getting-started/ci-setup/nx.md + ci-setup/circleci: getting-started/ci-setup/playwright-circleci.md + ci-setup/azure-devops: getting-started/ci-setup/playwright-azure-devops.md + ci-setup/bitbucket: getting-started/other-frameworks/cypress/ci-setup/cypress-bitbucket-pipelines.md + ci-setup/jenkins-playwright: getting-started/ci-setup/jenkins.md + guides/currents-cli: resources/reporters/currents-cli.md + guides/cypress-11: getting-started/other-frameworks/cypress/integrating-with-cypress/compatibility.md + guides/parallelization-guide/cypress-parallelization: getting-started/other-frameworks/cypress/README.md + guides/ci-optimization/re-run-only-failed-tests/re-run-only-failed-tests-orchestrated: guides/ci-optimization/re-run-only-failed-tests-orchestrated-v2.md + integrations/jira/projects: resources/integrations/jira.md + projects: dashboard/projects/README.md + webhooks: resources/integrations/http-webhooks.md + actions: guides/currents-actions/README.md