Skip to content

Commit

Permalink
Rename index script to index_generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 8, 2020
1 parent 51066e9 commit 6d9851d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions site/content/en/guides/consumer/function/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ See [definition of sink functions][sink].
| gcr.io/kustomize-functions/example-tshirt | | Sets cpu and memory reservations on all containers for Resources annotated with tshirt size. | | [Source](https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/injection-tshirt-sizes/image/main.go) | [Go Library](../../../producer/functions/golang/) |
| gcr.io/kpt-functions/annotate-config | | [Demo] Adds an annotation to all configs. | | [Source](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/src/annotate_config.ts) | [Typescript SDK](../../../producer/functions/ts/) |

## Miscellaneous

| Image | Args | Description | Example | Source | Toolchain |
| -------------------------- | ---- | ------------------------------------------ | ------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| gcr.io/kpt-functions/no-op | | [Demo] No Op function for testing purposes | | [Source](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/src/no_op.ts) | [Typescript SDK](../../../producer/functions/ts/) |

## Next Steps

- Learn more ways of using the kpt fn command from the [reference] doc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Generate docs for config functions catalog",
"author": "KPT Authors",
"license": "Apache-2.0",
"main": "index.js",
"main": "index_generator.js",
"scripts": {
"gen-docs": "node index.js > ../_index.md"
"gen-docs": "node index_generator.js > ../_index.md"
},
"dependencies": {
"markdown-table": "^1.1.3"
Expand Down

0 comments on commit 6d9851d

Please sign in to comment.