Skip to content

[codex] fix deploy redirects#508

Merged
Frichetten merged 1 commit intomainfrom
nick.frichette/fix-deploy-redirects
May 5, 2026
Merged

[codex] fix deploy redirects#508
Frichetten merged 1 commit intomainfrom
nick.frichette/fix-deploy-redirects

Conversation

@Frichetten
Copy link
Copy Markdown
Contributor

Summary

  • Add the existing redirect map to mkdocs.deploy.yml, which is the config used by the production deploy workflow
  • Fix the Claude magic string old-path redirect generation for gh-pages

Root Cause

The production deploy config defines its own list-style plugins block. MkDocs inheritance replaces list values, so the redirects plugin from mkdocs.yml was not active during the deploy build.

Validation

  • git diff --check
  • docker run with mkdocs.deploy.yml confirmed the old article path generates a redirect index.html pointing to ../../deprecated/claude_magic_string_denial_of_service/
  • docker run with mkdocs.yml completed a strict build

@Frichetten Frichetten marked this pull request as ready for review May 5, 2026 21:39
@Frichetten Frichetten merged commit ae0205c into main May 5, 2026
1 check passed
@Frichetten Frichetten deleted the nick.frichette/fix-deploy-redirects branch May 5, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant