-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cli and pdk docs #8562
base: main
Are you sure you want to change the base?
Add cli and pdk docs #8562
Conversation
✅ Deploy Preview for kongdocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be getting removed from the nav, both of these PDK modules still exist - they're just in a different folder, but the generator doesn't know that: https://github.com/Kong/kong-ee/blob/master/kong/enterprise_edition/pdk/websocket.lua
{% if_version lte:3.9.x %} | ||
--v verbose | ||
--vv debug | ||
{% endif_version %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% if_version lte:3.9.x %} | |
--v verbose | |
--vv debug | |
{% endif_version %} | |
--v verbose | |
--vv debug |
Why would this be removed? I checked the CLI in 3.10.0.0-rc.2, both of these flags are still here.
{% if_version gte:3.10.x %} | ||
Usage: kong runner file.lua [args] | ||
{% else %} | ||
Usage: kong runner [file] [args] | ||
{% endif_version %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% if_version gte:3.10.x %} | |
Usage: kong runner file.lua [args] | |
{% else %} | |
Usage: kong runner [file] [args] | |
{% endif_version %} | |
Usage: kong runner file.lua [args] |
This just looks like a clarification fix, doesn't seem like it needs to be version-tagged.
Description
https://konghq.atlassian.net/browse/DOCU-4207
https://konghq.atlassian.net/browse/DOCU-4206
Testing instructions
Preview link:
Checklist