Skip to content

Commit

Permalink
docs: Drop ./
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Aug 2, 2023
1 parent 6213522 commit bcca2bc
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ GitOpsSets will create out of the single resource all the objects and Flux primi

**The initial generators that are coming with the preview release are:**

- [List Generator](./templating-from-generators.mdx#list-generator): The simplest generator. Provide a list of Key/Value pairs that you want to feed the template with.
- [Git Generator](./templating-from-generators.mdx#gitrepository-generator): Enable to extract a set of files (environment-specific configurations) from a Flux GitRepository, and make the contents of these available to the templates, this would let you have config in *app-dev.json*, *app-staging.json* and *app-production.json* for example, and the contents of these would be available to the templates.
- [Matrix Generator](./templating-from-generators.mdx#matrix-generator): Combine slices of generators into the desired compounded input.
- [Pull request Generator](./templating-from-generators.mdx#pullrequests-generator): Automatically discover open pull requests within a repository to generate a new deployment.
- [API Client Generator](./templating-from-generators.mdx#apiclient-generator): Poll an HTTP endpoint and parse the result as the generated values.
- [List Generator](templating-from-generators.mdx#list-generator): The simplest generator. Provide a list of Key/Value pairs that you want to feed the template with.
- [Git Generator](templating-from-generators.mdx#gitrepository-generator): Enable to extract a set of files (environment-specific configurations) from a Flux GitRepository, and make the contents of these available to the templates, this would let you have config in *app-dev.json*, *app-staging.json* and *app-production.json* for example, and the contents of these would be available to the templates.
- [Matrix Generator](templating-from-generators.mdx#matrix-generator): Combine slices of generators into the desired compounded input.
- [Pull request Generator](templating-from-generators.mdx#pullrequests-generator): Automatically discover open pull requests within a repository to generate a new deployment.
- [API Client Generator](templating-from-generators.mdx#apiclient-generator): Poll an HTTP endpoint and parse the result as the generated values.


## Use cases
Expand Down

0 comments on commit bcca2bc

Please sign in to comment.