spacewander commented on a change in pull request #3125: URL: https://github.com/apache/apisix/pull/3125#discussion_r548927856
########## File path: doc/plugin-develop.md ########## @@ -106,33 +108,41 @@ $(INSTALL) apisix/plugins/skywalking/*.lua $(INST_LUADIR)/apisix/plugins/skywalk ## schema and check -Write [Json Schema](https://json-schema.org) descriptions and check functions. similarly, take the key-auth plugin as an example to see its +Write [Json Schema](https://json-schema.org) descriptions and check functions. Similarly, take the example-plugin plugin as an example to see its configuration data : ```json - "key-auth" : { - "key" : "auth-one" - } +"example-plugin" : { + i = 1, + s = "s", + t = {1} +} Review comment: @nic-chen Solved. ---------------------------------------------------------------- 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]
