Skip to content

Commit

Permalink
Doc adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Nov 29, 2024
1 parent a9566d1 commit b0ef81d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/builtin/data-sources/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/data-sources/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/data-sources/txt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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.

Expand Down

0 comments on commit b0ef81d

Please sign in to comment.