membphis opened a new issue #2558: URL: https://github.com/apache/apisix/issues/2558
should remove the first space in doc for `" , "` ```shell $ find ./doc -name "*.md" | xargs grep " , " ./doc/architecture-design.md: * `Absolute match `: Complete match for the given `uri` , such as `/foo/bar`,`/foo/glo`. ./doc/architecture-design.md:# Create a Consumer , specify the authentication plugin key-auth, and enable the specific plugin limit-count ./doc/discovery.md:It is very easy for APISIX to extend the discovery client. , the basic steps are as follows ./doc/plugins/hmac-auth.md:2. add a Route or add a Service , and enable the `hmac-auth` plugin ./doc/plugins/basic-auth.md:### 2. add a Route or add a Service , and enable the `basic-auth` plugin ./doc/plugins/jwt-auth.md:2. add a Route or add a Service , and enable the `jwt-auth` plugin ./doc/grpc-proxy.md:* `uri`: format likes /service/method , Example:/helloworld.Greeter/SayHello ---------------------------------------------------------------- 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: [email protected]
