Update docs and workflow (#1881)

This commit is contained in:
Lianmin Zheng
2024-11-01 20:29:41 -07:00
committed by GitHub
parent 066e8a4ef0
commit 2565cb0f40
4 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ jobs:
cd _build/html
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io
rm -rf ../sgl-project.github.io/*
cp -r * ../sgl-project.github.io
cd ../sgl-project.github.io
git config user.name "zhaochenyang20"

View File

@@ -40,7 +40,7 @@ The core features include:
- **Active Community**: SGLang is open-source and backed by an active community with industry adoption.
## Install
See [https://sgl-project.github.io/starts/install.html](https://sgl-project.github.io/starts/install.html)
See [https://sgl-project.github.io/start/install.html](https://sgl-project.github.io/start/install.html)
## Backend: SGLang Runtime (SRT)
See [https://sgl-project.github.io/backend/backend.html](https://sgl-project.github.io/backend/backend.html)

View File

@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Quick Start: Launch A Server and Send Requests\n",
"# Quick Start: Sending Requests\n",
"\n",
"This notebook provides a quick-start guide for using SGLang after installation."
]