Skip to content

Commit

Permalink
Merge pull request #308 from swordqiu/hotfix/qj-product-guide
Browse files Browse the repository at this point in the history
fix: add product guide
  • Loading branch information
swordqiu authored Jun 19, 2024
2 parents 9991095 + 48a6b82 commit 13593fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Password: admin@123

![登录页](../images/index.png)

## 使用域名访问环境时,需要修改 api_server 接入端(可选)
#### 使用域名访问环境时,需要修改 api_server 接入端(可选)

`api_server` 配置是整个平台的接入端地址,会影响前端虚拟机 VNC 或者 Web SSH、CloudShell 的连接。一般无法通过 Web SSH 进入虚拟机或者打开 CloudShell,是因为没有正确设置 api_server 配置造成的。

Expand Down
Binary file added docs/getting-started/images/prodguide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import TabItem from '@theme/TabItem';
- [使用 docker compose 快速部署多云管理](./cmp/quickstart-docker-compose)
- [使用 helm 在 Kubernetes 上部署多云管理](./cmp/quickstart-k8s-helm)

## 如何选择?

![产品选择](./images/prodguide.png)

import IndexDocCardList from '@site/src/components/IndexDocCardList';

<IndexDocCardList />

0 comments on commit 13593fa

Please sign in to comment.