[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
+6 -6
View File
@@ -80,9 +80,9 @@ python scripts/release/bump_sglang_version.py 0.5.3rc0
- `Makefile`
- `benchmark/deepseek_v3/README.md`
- `docker/rocm.Dockerfile`
- `docs_new/docs/get-started/install.mdx`
- `docs_new/docs/hardware-platforms/amd_gpu.mdx`
- `docs_new/docs/hardware-platforms/ascend-npus/ascend_npu.mdx`
- `docs/docs/get-started/install.mdx`
- `docs/docs/hardware-platforms/amd_gpu.mdx`
- `docs/docs/hardware-platforms/ascend-npus/ascend_npu.mdx`
- `python/pyproject.toml`
- `python/pyproject_other.toml`
- `python/pyproject_npu.toml`
@@ -97,8 +97,8 @@ python scripts/release/bump_docs_install_version.py 0.5.13
```
**Files updated:**
- `docs_new/docs/get-started/install.mdx` (Method 2: From source; Method 3: pinned Docker image)
- `docs_new/docs/hardware-platforms/amd_gpu.mdx` (Install from Source)
- `docs/docs/get-started/install.mdx` (Method 2: From source; Method 3: pinned Docker image)
- `docs/docs/hardware-platforms/amd_gpu.mdx` (Install from Source)
### `bump_kernel_version.py`
Updates the `sglang-kernel` release version across all relevant files following the pattern from [PR #10732](https://github.com/sgl-project/sglang/pull/10732).
@@ -133,7 +133,7 @@ python scripts/release/bump_kernel_version.py 0.4.0
```bash
grep -r "0.5.4rc0" python/sglang/version.py
grep -r "0.5.4rc0" python/pyproject.toml
grep -r "0.5.4rc0" docs_new/docs/get-started/install.mdx
grep -r "0.5.4rc0" docs/docs/get-started/install.mdx
```
4. **Reset changes (if testing):**
+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`,