Skip to content

Commit

Permalink
fix(docs): fixed typo in #329 and adjusted size of QRCode (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Apr 24, 2024
1 parent 01f6fb1 commit 0c88386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ echo $(kubectl get -n default secret oceanbase-dashboard-user-credentials -o jso
```
一个 NodePort 类型的 service 会默认创建,可以通过如下命令查看 service 的地址,然后在浏览器中打开。
```
kubectl get svc oceanbase-dashboard-ob-dashboard
kubectl get svc oceanbase-dashboard-oceanbase-dashboard
```
![oceanbase-dashboard-service](/img/oceanbase-dashboard-service.jpg)

Expand Down Expand Up @@ -203,8 +203,13 @@ ob-operator 使用 [kubebuilder](https://book.kubebuilder.io/introduction) 项
- [GitHub Issue](https://github.com/oceanbase/ob-operator/issues)
- [官方论坛](https://ask.oceanbase.com/)
- [Slack](https://oceanbase.slack.com/archives/C053PT371S7)
- 钉钉群([二维码](/img/dingtalk-operator-users.png)
- 微信群(请添加小助手微信,微信号: OBCE666)
- 钉钉群([二维码](/img/dingtalk-operator-users.png)


<div style={{width: "200px"}}>
![钉钉群二维码](/img/dingtalk-operator-users.png)
</div>

## 参与开发

Expand Down
8 changes: 6 additions & 2 deletions docsite/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ echo $(kubectl get -n default secret oceanbase-dashboard-user-credentials -o jso
```
A service of type NodePort is created by default, you can check the address and port and open it in browser
```
kubectl get svc oceanbase-dashboard-ob-dashboard
kubectl get svc oceanbase-dashboard-oceanbase-dashboard
```
![oceanbase-dashboard-service](/img/oceanbase-dashboard-service.jpg)

Expand Down Expand Up @@ -202,8 +202,12 @@ If you encounter any issues while using ob-operator, please feel free to seek he
- [GitHub Issue](https://github.com/oceanbase/ob-operator/issues)
- [Official Forum](https://ask.oceanbase.com/) (in Chinese)
- [Slack](https://oceanbase.slack.com/archives/C053PT371S7)
- DingTalk Group ([QRCode](/img/dingtalk-operator-users.png))
- WeChat Group (Add the assistant with WeChat ID: OBCE666)
- DingTalk Group ([QRCode](/img/dingtalk-operator-users.png))

<div style={{width: "200px"}}>
![DingTalk Group QRCode](/img/dingtalk-operator-users.png)
</div>

## Contributing

Expand Down

0 comments on commit 0c88386

Please sign in to comment.