Skip to content

Commit

Permalink
fix image path error (#4979)
Browse files Browse the repository at this point in the history
* add tech-support-qq-4.png

* Update README.md

* Enhance the user experience in the scenario of submitting duplicate keys

* Modify the key-value conflict exception prompt, adjust the code style

* docs(portal): fix image path error

---------

Co-authored-by: Jason Song <[email protected]>
  • Loading branch information
klboke and nobodyiam authored Sep 23, 2023
1 parent 1deb136 commit 5e49df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/usage/apollo-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ After the grayscale configuration, confirm the grayscale configuration and the m

Click on the `Grayscale Publish` button.

![](../../../doc/images/gray-release/click-gray-release.png)
![click-gray-release](https://cdn.jsdelivr.net/gh/apolloconfig/apollo@master/doc/images/gray-release/click-gray-release.png)

Confirm the grayscale configuration to be released by comparing the value of the major version and the published value of the grayscale version.

![](../../../doc/images/gray-release/gray-release-diff-items.png)
![gray-release-diff-items](https://cdn.jsdelivr.net/gh/apolloconfig/apollo@master/doc/images/gray-release/gray-release-diff-items.png)

## 5.4 Configuring grayscale rules

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/usage/apollo-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ Apollo目前提供Java客户端,具体信息请点击[Java客户端使用文

点击`灰度发布`按钮

![](../../../doc/images/gray-release/click-gray-release.png)
![click-gray-release](https://cdn.jsdelivr.net/gh/apolloconfig/apollo@master/doc/images/gray-release/click-gray-release.png)

与主版本的值和灰度版本已发布的值对比,确认将要发布的灰度配置

![](../../../doc/images/gray-release/gray-release-diff-items.png)
![gray-release-diff-items](https://cdn.jsdelivr.net/gh/apolloconfig/apollo@master/doc/images/gray-release/gray-release-diff-items.png)

## 5.4 配置灰度规则
切换到`灰度规则`Tab,点击`新增规则`按钮
Expand Down

0 comments on commit 5e49df6

Please sign in to comment.