From b0ef81d8596372bda67aa5f7f0990c57d134399e Mon Sep 17 00:00:00 2001 From: traut Date: Fri, 29 Nov 2024 21:16:30 +0100 Subject: [PATCH] Doc adjustments --- docs/plugins/builtin/data-sources/csv.md | 4 ++-- docs/plugins/builtin/data-sources/json.md | 4 ++-- docs/plugins/builtin/data-sources/txt.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/builtin/data-sources/csv.md b/docs/plugins/builtin/data-sources/csv.md index d17f14af..ea7518d2 100644 --- a/docs/plugins/builtin/data-sources/csv.md +++ b/docs/plugins/builtin/data-sources/csv.md @@ -2,7 +2,7 @@ title: "`csv` data source" plugin: name: blackstork/builtin - description: "Loads CSV files with the names that match a provided `glob` pattern or a single file from a provided path" + description: "Loads CSV files with the names that match provided `glob` pattern or a single file from a provided path" tags: [] version: "v0.4.2" source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/" @@ -16,7 +16,7 @@ type: docs {{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "csv" "data source" >}} ## Description -Loads CSV files with the names that match a provided `glob` pattern or a single file from a provided path. +Loads CSV files with the names that match provided `glob` pattern or a single file from a provided path. Either `glob` or `path` argument must be set. diff --git a/docs/plugins/builtin/data-sources/json.md b/docs/plugins/builtin/data-sources/json.md index a6f3d7aa..f7ebdb44 100644 --- a/docs/plugins/builtin/data-sources/json.md +++ b/docs/plugins/builtin/data-sources/json.md @@ -2,7 +2,7 @@ title: "`json` data source" plugin: name: blackstork/builtin - description: "Loads JSON files with the names that match a provided `glob` pattern or a single file from a provided `path`value" + description: "Loads JSON files with the names that match provided `glob` pattern or a single file from provided `path`value" tags: [] version: "v0.4.2" source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/" @@ -16,7 +16,7 @@ type: docs {{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "json" "data source" >}} ## Description -Loads JSON files with the names that match a provided `glob` pattern or a single file from a provided `path`value. +Loads JSON files with the names that match provided `glob` pattern or a single file from provided `path`value. Either `glob` or `path` argument must be set. diff --git a/docs/plugins/builtin/data-sources/txt.md b/docs/plugins/builtin/data-sources/txt.md index 693873e3..542c0c3f 100644 --- a/docs/plugins/builtin/data-sources/txt.md +++ b/docs/plugins/builtin/data-sources/txt.md @@ -2,7 +2,7 @@ title: "`txt` data source" plugin: name: blackstork/builtin - description: "Loads TXT files with the names that match a provided `glob` pattern or a single file from a provided path" + description: "Loads TXT files with the names that match provided `glob` pattern or a single file from a provided path" tags: [] version: "v0.4.2" source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/" @@ -16,7 +16,7 @@ type: docs {{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "txt" "data source" >}} ## Description -Loads TXT files with the names that match a provided `glob` pattern or a single file from a provided path. +Loads TXT files with the names that match provided `glob` pattern or a single file from a provided path. Either `glob` or `path` argument must be set.