Skip to content

Conversation

@lena-larionova
Copy link
Contributor

@lena-larionova lena-larionova commented Nov 30, 2025

Description

Fixes #3468

  • Removes lists of attributes from the datakit docs since we generate them now
  • Splits out the flow editor into its own page
  • Moved unnecessary extra node list into existing table
  • Moved implicit nodes section down because the previous order was confusing (it came before regular nodes)

I left the input/output conditions for now and made the sections consistent. I'm not 100% sure if they should stay; however, there are some nodes (like static) where the input/output is hard to understand without an explanation/example.

Preview Links

https://deploy-preview-3590--kongdeveloper.netlify.app/gateway/datakit/
https://deploy-preview-3590--kongdeveloper.netlify.app/gateway/datakit-flow-editor/
https://deploy-preview-3590--kongdeveloper.netlify.app/plugins/datakit/

@lena-larionova lena-larionova requested a review from a team as a code owner November 30, 2025 23:16
@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit bd55822
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/692cd062b632a00008f5d83a
😎 Deploy Preview https://deploy-preview-3590--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Comment on lines +49 to +63
### Using the Datakit flow editor

To configure Datakit using the flow editor:

1. In the {{site.konnect_short_name}} sidebar, navigate to [API Gateway](https://cloud.konghq.com/gateway-manager/).
1. Click your control plane.
1. In the API Gateway sidebar, click **Plugins**.
1. Click **New Plugin**.
1. Click **Datakit**.
1. In the Plugin Configuration section, click **Go to flow editor**.
1. In the editor, drag any node from the menu onto the canvas to add it to your flow, or click **Examples** and choose a pre-configured example to customize.
1. Expand the `inputs` or `outputs` on a node to see the options, then connect a specific input or output to another node.
1. Select any node to open its detailed configuration in a slide-out menu.
1. Fill out the configuration. Any changes to inputs or outputs will be reflected in the diagram.
1. Click **Done**.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be a how-to?

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.

[3.13] Datakit doc cleanup

3 participants