From 9f37c1a9b021ada068ab08bde1b7ff5a3788d538 Mon Sep 17 00:00:00 2001 From: Mingyi Date: Tue, 21 Apr 2026 14:35:38 -0700 Subject: [PATCH] Docs/add specforge redirect (#23406) --- .github/CODEOWNERS | 2 +- docs_new/docs.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 90bf3e36a..42079b86c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ /docker @Fridge003 @ispobock @HaiShaw @ishandhanani @yctseng0211 /docker/npu.Dockerfile @ping1jing2 @iforgetmyname /docs @wisclmy0611 @zijiexia -/docs_new @wisclmy0611 @zijiexia +/docs_new @wisclmy0611 @zijiexia @Richardczl98 /python/pyproject.toml @merrymercy @Fridge003 @ispobock /python/sglang/jit_kernel @DarkSharpness @BBuf @celve @HydraQYH @yuan-luo /python/sglang/jit_kernel/diffusion @yingluosanqian @BBuf @mickqian diff --git a/docs_new/docs.json b/docs_new/docs.json index 5eaf590f0..1372ec599 100644 --- a/docs_new/docs.json +++ b/docs_new/docs.json @@ -26,6 +26,26 @@ "destination": "https://sgl-project.github.io/whl/:path*", "permanent": false }, + { + "source": "/SpecForge", + "destination": "https://sgl-project.github.io/SpecForge/", + "permanent": false + }, + { + "source": "/SpecForge/:path*", + "destination": "https://sgl-project.github.io/SpecForge/:path*", + "permanent": false + }, + { + "source": "/specforge", + "destination": "https://sgl-project.github.io/SpecForge/", + "permanent": false + }, + { + "source": "/specforge/:path*", + "destination": "https://sgl-project.github.io/SpecForge/:path*", + "permanent": false + }, { "source": "/index.html", "destination": "/"