From 2565cb0f40b9d8b92711efab7e8ff073b4058478 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 1 Nov 2024 20:29:41 -0700 Subject: [PATCH] Update docs and workflow (#1881) --- .github/workflows/{deploy-docs.yml => release-docs.yml} | 1 + README.md | 2 +- docs/{starts => start}/install.md | 0 docs/{starts => start}/send_request.ipynb | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{deploy-docs.yml => release-docs.yml} (97%) rename docs/{starts => start}/install.md (100%) rename docs/{starts => start}/send_request.ipynb (99%) 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." ]