docs: updated remaining screenshots of plugins (#3761)

Co-authored-by: 琚致远 <juzhiyuan@apache.org>
This commit is contained in:
Ayush das 2021-03-05 09:34:14 +05:30 committed by GitHub
parent 8c2d7c9e08
commit b7751d55dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The technical architecture of Apache APISIX:
- Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe the mailing list.
- QQ Group - 578997126
- [Slack Workspace](https://join.slack.com/t/the-asf/shared_invite/zt-lcbw4olf-_5s17RLU0Cx8xTvj2bNbjg) - join `#apisix` on our Slack to meet the team and ask questions
- [Slack Workspace](https://join.slack.com/t/the-asf/shared_invite/zt-mrougyeu-2aG7BnFaV0VnAT9_JIUVaA) - join `#apisix` on our Slack to meet the team and ask questions
- ![Twitter Follow](https://img.shields.io/twitter/follow/ApacheAPISIX?style=social) - follow and interact with us using hashtag `#ApacheAPISIX`
- [bilibili video](https://space.bilibili.com/551921247)
- **Good first issues**:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -73,6 +73,12 @@ curl http://127.0.0.1:9080/apisix/admin/consumers -H 'X-API-KEY: edd1c9f034335f1
The default `keep_headers` is false and `encode_uri_params` is true.
You can visit the dashboard to complete the above operations through the web interface, first add a consumer:
![](../../../assets/images/plugin/hmac-auth-1.png)
Then add the hmac-auth plugin to the consumer page:
![](../../../assets/images/plugin/hmac-auth-2.png)
2. add a Route or add a Service, and enable the `hmac-auth` plugin
```shell