From b9c59193cf5b6a55def364991bd924faffcee8d8 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 15 Jun 2023 15:57:50 +0800 Subject: [PATCH] docs: update deployment quick start --- website/docs/deployment/quickstart.md | 8 +++++++- .../current/deployment/quickstart.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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)