Skip to content

Commit

Permalink
docs(dashboard): update docs for dashboard 0.2.1 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Apr 26, 2024
1 parent a137a7d commit 0527a1d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mysql -h{POD_IP} -P2881 -uroot -proot_password oceanbase -A -c
```
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard
```

![oceanbase-dashboard-install](./docsite/static/img/oceanbase-dashboard-install.jpg)
Expand All @@ -147,6 +147,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard

使用 admin 账号和查看到的密码登录。
![oceanbase-dashboard-overview](./docsite/static/img/oceanbase-dashboard-overview.jpg)
![oceanbase-dashboard-topology](./docsite/static/img/oceanbase-dashboard-topology.jpg)

## 项目架构

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Deploy OceanBase Dashboard is pretty simple, just run the following commands
```
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard
```

![oceanbase-dashboard-install](./docsite/static/img/oceanbase-dashboard-install.jpg)
Expand All @@ -146,6 +146,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard

Login with admin user and password
![oceanbase-dashboard-overview](./docsite/static/img/oceanbase-dashboard-overview.jpg)
![oceanbase-dashboard-topology](./docsite/static/img/oceanbase-dashboard-topology.jpg)

## Project Architecture

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mysql -h{POD_IP} -P2881 -uroot -proot_password oceanbase -A -c
```
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard
```

![oceanbase-dashboard-install](/img/oceanbase-dashboard-install.jpg)
Expand All @@ -150,6 +150,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard

使用 admin 账号和查看到的密码登录。
![oceanbase-dashboard-overview](/img/oceanbase-dashboard-overview.jpg)
![oceanbase-dashboard-topology](/img/oceanbase-dashboard-topology.jpg)

## 项目架构

Expand Down
3 changes: 2 additions & 1 deletion docsite/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Deploy OceanBase Dashboard is pretty simple, just run the following commands
```
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update ob-operator
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard --version=0.2.0
helm install oceanbase-dashboard ob-operator/oceanbase-dashboard
```

![oceanbase-dashboard-install](/img/oceanbase-dashboard-install.jpg)
Expand All @@ -150,6 +150,7 @@ kubectl get svc oceanbase-dashboard-oceanbase-dashboard

Login with admin user and password
![oceanbase-dashboard-overview](/img/oceanbase-dashboard-overview.jpg)
![oceanbase-dashboard-topology](/img/oceanbase-dashboard-topology.jpg)

## Project Architecture

Expand Down
Binary file modified docsite/static/img/oceanbase-dashboard-install.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docsite/static/img/oceanbase-dashboard-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0527a1d

Please sign in to comment.