Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add product guide #308

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 />
Loading