Skip to content

update(kongctl): Add missing docs, update, and copyedit#5240

Open
lena-larionova wants to merge 6 commits into
mainfrom
chore/update-kongctl-docs
Open

update(kongctl): Add missing docs, update, and copyedit#5240
lena-larionova wants to merge 6 commits into
mainfrom
chore/update-kongctl-docs

Conversation

@lena-larionova
Copy link
Copy Markdown
Contributor

@lena-larionova lena-larionova commented May 15, 2026

Description

Prepping for kongctl GA.

Adding:

  • audit-logs.md
  • supported-resources.md
    • To do: update all the resource definitions with missing content (use kongctl scaffold to find them); this should be automated in the future.
  • Lots of missing content to declarative.md and troubleshooting.md

Copyediting all the things.

Preview Links

https://deploy-preview-5240--kongdeveloper.netlify.app/index/kongctl/declarative
https://deploy-preview-5240--kongdeveloper.netlify.app/index/kongctl/supported-resources
https://deploy-preview-5240--kongdeveloper.netlify.app/index/kongctl/troubleshooting
https://deploy-preview-5240--kongdeveloper.netlify.app/index/kongctl/audit-logs

@lena-larionova lena-larionova self-assigned this May 15, 2026
Copilot AI review requested due to automatic review settings May 15, 2026 04:29
@lena-larionova lena-larionova requested a review from a team as a code owner May 15, 2026 04:29
@netlify
Copy link
Copy Markdown

netlify Bot commented May 15, 2026

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit ee4791f
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a07a619c79441000973e7ea
😎 Deploy Preview https://deploy-preview-5240--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the kongctl documentation set for GA by adding missing reference pages and substantially expanding the declarative and troubleshooting guidance across the /app/kongctl/ docs.

Changes:

  • Added new reference pages for audit log listening and for supported declarative resource schemas.
  • Expanded the kongctl troubleshooting guide with common errors, debugging workflows, and quick-reference tables.
  • Updated and copyedited existing kongctl reference docs (declarative, authentication, config, kongctl+decK integration).

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
app/kongctl/troubleshooting.md Adds extensive troubleshooting scenarios, debugging steps, and reference tables.
app/kongctl/supported-resources.md Introduces a consolidated reference for supported declarative resource types and fields.
app/kongctl/kongctl-and-deck.md Minor copyedits to improve clarity/consistency around decK integration behavior.
app/kongctl/declarative.md Adds missing declarative workflow details (modes, scoping rules, env tags, best practices).
app/kongctl/config.md Cleans up related links and fixes a command typo in examples.
app/kongctl/authentication.md Copyedits for clarity and consistency (including naming and grammar fixes).
app/kongctl/audit-logs.md Adds new reference documentation for the audit-log listener, tailing, and detached mode.
Comments suppressed due to low confidence (1)

app/kongctl/supported-resources.md:187

  • The application_auth_strategies YAML example is missing the usual indentation before the list item (- ref: ...), and several following schema blocks use the same pattern; please indent list items consistently so the examples remain valid YAML.
```yaml
application_auth_strategies:
 - ref: string
   name: string required
   display_name: string required

Comment thread app/kongctl/supported-resources.md Outdated
Comment thread app/kongctl/troubleshooting.md
Comment thread app/kongctl/troubleshooting.md Outdated

1. Validate YAML syntax:
```bash
cat config.yaml | python -m yaml
Comment thread app/kongctl/supported-resources.md Outdated
Comment thread app/kongctl/troubleshooting.md Outdated
lena-larionova and others added 5 commits May 15, 2026 11:29
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@lena-larionova lena-larionova force-pushed the chore/update-kongctl-docs branch from 7af166f to f70bb8a Compare May 15, 2026 21:18
@lena-larionova lena-larionova added this to the kongctl GA milestone May 15, 2026
@lena-larionova lena-larionova force-pushed the chore/update-kongctl-docs branch from edd17ae to f70bb8a Compare May 15, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants