This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Commit ce42d58
Deprecate site: redirect all pages to docs.sglang.io
The SGLang docs now live at https://docs.sglang.io/ (independent Vercel
deployment). Turn this legacy GitHub Pages site into redirect-only stubs,
rebuilt on top of the latest main.
- Rewrite all 153 navigable pages into tiny stubs: instant <meta refresh>
(Google treats a 0s refresh as a permanent redirect) + cross-domain
rel=canonical, forwarding to the SAME path on the new site and preserving
deep links, ?query and #anchor. No noindex -- it would contradict the
canonical and prevent ranking signals from transferring.
- Add a root 404.html catch-all that forwards any other path by pathname.
- 9 pages with no counterpart on the new site fall back to the closest live
page (release_lookup/* -> references/release_lookup.html, rest -> homepage);
every unique target verified to return HTTP 200.
- make_redirects.py / verify_redirects.py: regenerate and statically verify.
- README: deprecation notice.
NOTE: this repo is force-pushed by the sglang main repo's release-docs.yml
workflow, which clears and overwrites the site on every docs build/release --
it already did so while this PR was open, which is what caused the conflict
this commit resolves. That workflow's push to sgl-project.github.io must be
disabled, or it will overwrite these redirects again.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 18d590e commit ce42d58
157 files changed
Lines changed: 2052 additions & 145785 deletions
File tree
- advanced_features
- basic_usage
- developer_guide
- diffusion
- api
- performance
- cache
- get_started
- performance_dashboard
- platforms
- ascend
- references
- frontend
- multi_node_deployment
- lws_pd
- rbg_pd
- release_lookup
- supported_models
- extending
- retrieval_ranking
- specialized
- text_generation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Lines changed: 12 additions & 698 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments