diff --git a/content/influxdb3/core/extended-plugin.md b/content/influxdb3/core/extended-plugin.md index da5b62503..3e7ed886d 100644 --- a/content/influxdb3/core/extended-plugin.md +++ b/content/influxdb3/core/extended-plugin.md @@ -8,9 +8,10 @@ menu: parent: Processing engine and Python plugins weight: 4 influxdb3/core/tags: [processing engine, plugins, API, python] -source: /shared/v3-core-plugins/extended-plugin-api.md +source: /shared/extended-plugin-api.md --- \ No newline at end of file +// SOURCE content/shared/extended-plugin-api.md +--> + diff --git a/content/influxdb3/enterprise/extended-plugin.md b/content/influxdb3/enterprise/extended-plugin.md index b23ded5ee..08fce6e60 100644 --- a/content/influxdb3/enterprise/extended-plugin.md +++ b/content/influxdb3/enterprise/extended-plugin.md @@ -8,9 +8,9 @@ menu: parent: Processing engine and Python plugins weight: 4 influxdb3/enterprise/tags: [processing engine, plugins, API, python] -source: /shared/v3-core-plugins/extended-plugin-api.md +source: /shared/extended-plugin-api.md --- \ No newline at end of file diff --git a/content/shared/v3-core-plugins/extended-plugin-api.md b/content/shared/extended-plugin-api.md similarity index 100% rename from content/shared/v3-core-plugins/extended-plugin-api.md rename to content/shared/extended-plugin-api.md diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index b1965ee86..006e89d29 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -1,5 +1,3 @@ -# Get Started with the Processing Engine and Plugins - Extend InfluxDB 3 with custom Python code that responds to database events. The Processing Engine lets you automate workflows, transform data, and create API endpoints directly within your {{% product-name %}}. ## What is the Processing Engine?