From a56a8d87b33d00ca79554f84774977272d267617 Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 24 Apr 2025 18:38:23 -0700 Subject: [PATCH] updating file paths --- content/influxdb3/core/extended-plugin.md | 7 ++++--- content/influxdb3/enterprise/extended-plugin.md | 4 ++-- .../shared/{v3-core-plugins => }/extended-plugin-api.md | 0 content/shared/v3-core-plugins/_index.md | 2 -- 4 files changed, 6 insertions(+), 7 deletions(-) rename content/shared/{v3-core-plugins => }/extended-plugin-api.md (100%) 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?