Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add cli and pdk docs #8562

wants to merge 1 commit into from

Conversation

fabianrbz
Copy link
Contributor

@fabianrbz fabianrbz commented Mar 14, 2025

Description

https://konghq.atlassian.net/browse/DOCU-4207
https://konghq.atlassian.net/browse/DOCU-4206

Testing instructions

Preview link:

Checklist

@fabianrbz fabianrbz added the review:autodoc Automatically applied to PRs generated through GH actions. label Mar 14, 2025
@fabianrbz fabianrbz requested a review from a team as a code owner March 14, 2025 11:59
Copy link

netlify bot commented Mar 14, 2025

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit fc8f5d4
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/67d41a2e2db3da00088e55ef
😎 Deploy Preview https://deploy-preview-8562--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
9 paths audited
Performance: 93 (🟢 up 7 from production)
Accessibility: 93 (no change from production)
Best Practices: 98 (🟢 up 8 from production)
SEO: 99 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

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

Comment on lines +322 to +325
{% if_version lte:3.9.x %}
--v verbose
--vv debug
{% endif_version %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% 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.

Comment on lines +454 to +458
{% if_version gte:3.10.x %}
Usage: kong runner file.lua [args]
{% else %}
Usage: kong runner [file] [args]
{% endif_version %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:autodoc Automatically applied to PRs generated through GH actions. skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants