You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/08 03:15:31 UTC

[GitHub] [incubator-apisix] yongboy opened a new issue #1815: bug: The `doc/zh-cn/architecture-design.md` doc, miss code block start symbols

yongboy opened a new issue #1815:
URL: https://github.com/apache/incubator-apisix/issues/1815


   ### Issue description
   
   The `doc/zh-cn/architecture-design.md` doc,  miss the code block start symbols, eg:
   
   ```markdown
    # 设置黑名单,禁止jack访问该API
    $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
    {
        "plugins": {
        
   ```
   
   Fix it for reading:
   
   ``` markdown
    # 设置黑名单,禁止jack访问该API
    
    ```shell
    $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
    {
        "plugins": {
   ```
   
   I will submit a PR later :))


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org