Skip to content

Commit

Permalink
Bumping plugin versions in the docs (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
traut authored Jul 23, 2024
1 parent 34f63c3 commit e985f34
Show file tree
Hide file tree
Showing 49 changed files with 143 additions and 143 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/builtin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugin:
name: blackstork/builtin
description: ""
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
type: docs
hideInMenu: true
---

{{< plugin-header "blackstork/builtin" "builtin" "v0.4.1" >}}
{{< plugin-header "blackstork/builtin" "builtin" "v0.4.2" >}}

`fabric` binary includes a set of built-in data sources and content providers, available out-of-the-box.

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/blockquote.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Formats text as a block quote"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "blockquote" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "blockquote" "content provider" >}}

## Description
Formats text as a block quote
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Formats text as code snippet"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "code" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "code" "content provider" >}}

## Description
Formats text as code snippet
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Produces the frontmatter"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "frontmatter" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "frontmatter" "content provider" >}}

## Description
Produces the frontmatter.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Returns an image tag"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "image" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "image" "content provider" >}}

## Description
Returns an image tag
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Produces a list of items"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "list" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "list" "content provider" >}}

## Description
Produces a list of items
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Produces a table"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "table" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "table" "content provider" >}}

## Description
Produces a table.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Renders text"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "text" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "text" "content provider" >}}

## Description
Renders text
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Produces a title"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "title" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "title" "content provider" >}}

## Description
Produces a title.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/content-providers/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Produces table of contents"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: content-provider
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "toc" "content provider" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "toc" "content provider" >}}

## Description
Produces table of contents.
Expand Down
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 @@ -4,7 +4,7 @@ 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"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "csv" "data source" >}}
{{< 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/data-sources/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Loads data from a URL"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "http" "data source" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "http" "data source" >}}

## Description
Loads data from a URL.
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 @@ -4,7 +4,7 @@ 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"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "json" "data source" >}}
{{< 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/data-sources/rss.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Fetches RSS / Atom feed from a URL"
tags: ["rss","http"]
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "rss" "data source" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "rss" "data source" >}}

## Description
Fetches RSS / Atom feed from a URL.
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 @@ -4,7 +4,7 @@ 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"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "txt" "data source" >}}
{{< 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.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/builtin/publishers/local_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/builtin
description: "Publishes content to local file"
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/builtin/"
resource:
type: publisher
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.1" "local_file" "publisher" >}}
{{< plugin-resource-header "blackstork/builtin" "builtin" "v0.4.2" "local_file" "publisher" >}}

The publisher is built-in, which means it's a part of `fabric` binary. It's available out-of-the-box, no installation required.

Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/elastic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugin:
name: blackstork/elastic
description: ""
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/elastic/"
type: docs
hideInMenu: true
---

{{< plugin-header "blackstork/elastic" "elastic" "v0.4.1" >}}
{{< plugin-header "blackstork/elastic" "elastic" "v0.4.2" >}}

## Installation

Expand All @@ -20,7 +20,7 @@ To install the plugin, add it to `plugin_versions` map in the Fabric global conf
```hcl
fabric {
plugin_versions = {
"blackstork/elastic" = ">= v0.4.1"
"blackstork/elastic" = ">= v0.4.2"
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/elastic/data-sources/elastic_security_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/elastic
description: ""
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/elastic/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/elastic" "elastic" "v0.4.1" "elastic_security_cases" "data source" >}}
{{< plugin-resource-header "blackstork/elastic" "elastic" "v0.4.2" "elastic_security_cases" "data source" >}}

## Installation

Expand All @@ -24,7 +24,7 @@ To install the plugin, add the full plugin name to the `plugin_versions` map in
```hcl
fabric {
plugin_versions = {
"blackstork/elastic" = ">= v0.4.1"
"blackstork/elastic" = ">= v0.4.2"
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/elastic/data-sources/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin:
name: blackstork/elastic
description: ""
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/elastic/"
resource:
type: data-source
Expand All @@ -13,7 +13,7 @@ type: docs

{{< breadcrumbs 2 >}}

{{< plugin-resource-header "blackstork/elastic" "elastic" "v0.4.1" "elasticsearch" "data source" >}}
{{< plugin-resource-header "blackstork/elastic" "elastic" "v0.4.2" "elasticsearch" "data source" >}}

## Installation

Expand All @@ -24,7 +24,7 @@ To install the plugin, add the full plugin name to the `plugin_versions` map in
```hcl
fabric {
plugin_versions = {
"blackstork/elastic" = ">= v0.4.1"
"blackstork/elastic" = ">= v0.4.2"
}
}
```
Expand Down Expand Up @@ -93,7 +93,7 @@ data elasticsearch {
# Default value:
query = null
# Optional map of any single type.
# Optional any type.
# Default value:
aggs = null
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/github/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ plugin:
name: blackstork/github
description: ""
tags: []
version: "v0.4.1"
version: "v0.4.2"
source_github: "https://github.com/blackstork-io/fabric/tree/main/internal/github/"
type: docs
hideInMenu: true
---

{{< plugin-header "blackstork/github" "github" "v0.4.1" >}}
{{< plugin-header "blackstork/github" "github" "v0.4.2" >}}

## Installation

Expand All @@ -20,7 +20,7 @@ To install the plugin, add it to `plugin_versions` map in the Fabric global conf
```hcl
fabric {
plugin_versions = {
"blackstork/github" = ">= v0.4.1"
"blackstork/github" = ">= v0.4.2"
}
}
```
Expand Down
Loading

0 comments on commit e985f34

Please sign in to comment.