diff --git a/README.md b/README.md index 2cc513ee52e..5a5849ca674 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -------------------------------------------------------------------------------- -| [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/) | [**Paper**](https://arxiv.org/abs/2312.07104) | [**Slides**](https://github.com/sgl-project/sgl-learning-materials/blob/main/slides/amd_dev_day_v2.pdf) | [**Learn More**](https://github.com/sgl-project/sgl-learning-materials) | [**Join Slack**](https://join.slack.com/t/sgl-fru7574/shared_invite/zt-2ngly9muu-t37XiH87qvD~6rVBTkTEHw) | +| [**Blog**](https://lmsys.org/blog/2024-07-25-sglang-llama3/) | [**Documentation**](https://sgl-project.github.io/) | [**Join Slack**](https://join.slack.com/t/sgl-fru7574/shared_invite/zt-2ngly9muu-t37XiH87qvD~6rVBTkTEHw) | [**Join Bi-Weekly Development Meeting**](https://docs.google.com/document/d/1xEow4eIM152xNcRxqZz9VEcOiTQo8-CEuuQ5qTmkt-E/edit?usp=sharing) | ## News diff --git a/docs/index.rst b/docs/index.rst index ab54a390127..8cb286009c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,3 +46,4 @@ The core features include: benchmark_and_profiling.md troubleshooting.md embedding_model.ipynb + learn_more.md diff --git a/docs/learn_more.md b/docs/learn_more.md new file mode 100644 index 00000000000..62d02a0caec --- /dev/null +++ b/docs/learn_more.md @@ -0,0 +1,3 @@ +# Learn more + +You can find more blogs, slides, and videos about SGLang at [https://github.com/sgl-project/sgl-learning-materials](https://github.com/sgl-project/sgl-learning-materials). \ No newline at end of file