diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/release-docs.yml similarity index 97% rename from .github/workflows/deploy-docs.yml rename to .github/workflows/release-docs.yml index aeb9765f1..7abcf5768 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/release-docs.yml @@ -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" diff --git a/README.md b/README.md index 8e5d55f50..497b7e344 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/starts/install.md b/docs/start/install.md similarity index 100% rename from docs/starts/install.md rename to docs/start/install.md diff --git a/docs/starts/send_request.ipynb b/docs/start/send_request.ipynb similarity index 99% rename from docs/starts/send_request.ipynb rename to docs/start/send_request.ipynb index 2b095c259..209910185 100644 --- a/docs/starts/send_request.ipynb +++ b/docs/start/send_request.ipynb @@ -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." ]