From ff94e4441295a763c4ff80c9efb98415c6230ec8 Mon Sep 17 00:00:00 2001 From: hkimw <54717101+hkimw@users.noreply.github.com> Date: Wed, 27 May 2026 13:55:07 +0900 Subject: [PATCH] Cut cross-domain _redirects so docs.pccx.ai stays standalone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs.pccx.ai is the v002 legacy site now and should serve its own Sphinx build instead of forwarding visitors to docs.altifigence.com. The _extra/_redirects file held nine 301 rules that rewrote every page — /, /*, /en/*, /ko/*, /docs/v002/*, /en/docs/v002/*, /ko/docs/v002/*, /robots.txt, /sitemap.xml — to corresponding paths under docs.altifigence.com. Drop the file entirely. The deploy.yml \"Create root redirect page\" step is gated on `if [ -f _extra/_redirects ]`, so it now no-ops, and the Sphinx build's own root index.html (with its same-domain meta refresh to /en/) keeps the site fully self-contained. Companion change: pccxai/pccx-vision-v001 was deleted on 2026-05-27 and v003 / vision-v001 / Lab were removed from this Sphinx tree in #107. docs.altifigence.com is now the canonical hub for everything beyond v002; docs.pccx.ai is a frozen v002 archive. --- _extra/_redirects | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 _extra/_redirects diff --git a/_extra/_redirects b/_extra/_redirects deleted file mode 100644 index cb4f22b0..00000000 --- a/_extra/_redirects +++ /dev/null @@ -1,9 +0,0 @@ -/en/docs/v002/* https://docs.altifigence.com/products/v002/:splat 301 -/ko/docs/v002/* https://docs.altifigence.com/kr-ko/products/v002/:splat 301 -/docs/v002/* https://docs.altifigence.com/products/v002/:splat 301 -/en/* https://docs.altifigence.com/v002/sphinx-mirror/:splat 301 -/ko/* https://docs.altifigence.com/v002/sphinx-mirror/ko/:splat 301 -/robots.txt https://docs.altifigence.com/robots.txt 301 -/sitemap.xml https://docs.altifigence.com/sitemap.xml 301 -/ https://docs.altifigence.com/v002/sphinx-mirror/ 301 -/* https://docs.altifigence.com/v002/sphinx-mirror/:splat 301