[Docs] Rename docs_new/ to docs/ (#32123)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-08-03 16:51:00 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent c949e91f18
commit b819d2fb5b
491 changed files with 122 additions and 102 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ from utils import (
# Docs pages that pin a release branch in their "install from source" snippet,
# e.g. `git clone -b v0.5.12 https://github.com/sgl-project/sglang.git`.
FILES_TO_UPDATE = [
Path("docs_new/docs/get-started/install.mdx"),
Path("docs_new/docs/hardware-platforms/amd_gpu.mdx"),
Path("docs/docs/get-started/install.mdx"),
Path("docs/docs/hardware-platforms/amd_gpu.mdx"),
]
# Matches `git clone -b v<version> https://github.com/sgl-project/sglang.git`,