Unverified Commit 2565cb0f authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update docs and workflow (#1881)

parent 066e8a4e
...@@ -45,6 +45,7 @@ jobs: ...@@ -45,6 +45,7 @@ jobs:
cd _build/html cd _build/html
git clone https://$GITHUB_TOKEN@github.com/sgl-project/sgl-project.github.io.git ../sgl-project.github.io 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 cp -r * ../sgl-project.github.io
cd ../sgl-project.github.io cd ../sgl-project.github.io
git config user.name "zhaochenyang20" git config user.name "zhaochenyang20"
......
...@@ -40,7 +40,7 @@ The core features include: ...@@ -40,7 +40,7 @@ The core features include:
- **Active Community**: SGLang is open-source and backed by an active community with industry adoption. - **Active Community**: SGLang is open-source and backed by an active community with industry adoption.
## Install ## 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) ## Backend: SGLang Runtime (SRT)
See [https://sgl-project.github.io/backend/backend.html](https://sgl-project.github.io/backend/backend.html) See [https://sgl-project.github.io/backend/backend.html](https://sgl-project.github.io/backend/backend.html)
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Quick Start: Launch A Server and Send Requests\n", "# Quick Start: Sending Requests\n",
"\n", "\n",
"This notebook provides a quick-start guide for using SGLang after installation." "This notebook provides a quick-start guide for using SGLang after installation."
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment