diff --git a/website/docs/deployment/quickstart.md b/website/docs/deployment/quickstart.md index ae007337..c3fbaf32 100644 --- a/website/docs/deployment/quickstart.md +++ b/website/docs/deployment/quickstart.md @@ -11,10 +11,16 @@ The demo environment will continuously deploy the latest front-end code and upda ## Deployment method +### Docker/Docker Compose + It is highly recommended to use `docker-compose` to deploy `tailchat` Please refer to the tutorial: [Docker Compose Deployment](./docker-compose.mdx) -## system structure +### Kubernetes + +Please refer to the tutorial: [Kubernetes Simple Deployment](./kubernetes/simple.md) + +## System Structure See [System Architecture](../architecture.md) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/quickstart.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/quickstart.md index e1958b98..7182bb31 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/quickstart.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/quickstart.md @@ -11,10 +11,16 @@ title: 快速开始 ## 部署方式 +### Docker/Docker Compose + 强烈推荐使用 `docker-compose` 部署 `tailchat` 教程请翻阅: [Docker Compose 部署](./docker-compose.mdx) +### Kubernetes + +教程请翻阅: [kubernetes 简易部署](./kubernetes/simple.md) + ## 系统架构 见 [系统架构](../architecture.md)