Skip to content

Commit

Permalink
Capitalization fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 11, 2020
1 parent d941447 commit 1f5ac47
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const name = process.argv[2]
const README = `---
title: "${name} Functions Catalog"
linkTitle: "${name} Functions Catalog"
weight: 7
type: docs
description: >
Catalog of ${name} Functions.
Expand All @@ -59,7 +58,7 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->
${descriptions[name.toLowerCase()] || ""}
## ${name} functions
## ${name} Functions
${tableByType(name.toLowerCase())}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Generator Functions Catalog"
linkTitle: "Generator Functions Catalog"
weight: 7
type: docs
description: >
Catalog of Generator Functions.
Expand All @@ -10,7 +9,7 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->

## Generator functions
## Generator Functions

| Image | Args | Description | Example | Source | Toolchain |
| ---------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Sink Functions Catalog"
linkTitle: "Sink Functions Catalog"
weight: 7
type: docs
description: >
Catalog of Sink Functions.
Expand All @@ -17,7 +16,7 @@ A Sink Function produces no `output`:
Instead, the function typically writes configurations to an external system
(e.g. writing files to a filesystem).

## Sink functions
## Sink Functions

| Image | Args | Description | Example | Source | Toolchain |
| ------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Source Functions Catalog"
linkTitle: "Source Functions Catalog"
weight: 7
type: docs
description: >
Catalog of Source Functions.
Expand All @@ -17,7 +16,7 @@ A Source Function takes no `input`:
Instead, the function typically produces the `output` by reading configurations
from an external system (e.g. reading files from a filesystem).

## Source functions
## Source Functions

| Image | Args | Description | Example | Source | Toolchain |
| --------------------------------------------- | ----------------- | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Transformer Functions Catalog"
linkTitle: "Transformer Functions Catalog"
weight: 7
type: docs
description: >
Catalog of Transformer Functions.
Expand All @@ -10,7 +9,7 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->

## Transformer functions
## Transformer Functions

| Image | Args | Description | Example | Source | Toolchain |
| ------------------------------------------------------------ | ---- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Validator Functions Catalog"
linkTitle: "Validator Functions Catalog"
weight: 7
type: docs
description: >
Catalog of Validator Functions.
Expand All @@ -10,7 +9,7 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->

## Validator functions
## Validator Functions

| Image | Args | Description | Example | Source | Toolchain |
| ---------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
Expand Down

0 comments on commit 1f5ac47

Please sign in to comment.