Skip to content

Commit

Permalink
Update docs to match newline requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
etefera committed Sep 8, 2020
1 parent 71f1705 commit 60e40ab
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion site/content/en/guides/consumer/function/catalog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Implement configuration functions using any toolchain such as the
[source]: ../../../../concepts/functions/#source-function
[sink]: ../../../../concepts/functions/#sink-function
[reference]: ../../../../reference/fn/run/
[function producer docs]: ../../../producer/functions/
[function producer docs]: ../../../producer/functions/
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@ A Source Function takes no \`input\`:
{{< png src="images/source" >}}
Instead, the function typically produces the \`output\` by reading configurations
from an external system (e.g. reading files from a filesystem).`,
from an external system (e.g. reading files from a filesystem).
`,
"sink": `
A Sink Function produces no \`output\`:
{{< png src="images/sink" >}}
Instead, the function typically writes configurations to an external system
(e.g. writing files to a filesystem).
`
}

Expand All @@ -57,9 +60,7 @@ description: >
<!---
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->
${descriptions[name.toLowerCase()] || ""}
## ${name} functions
${tableByType(name.toLowerCase())}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->



## Generator functions

| Image | Args | Description | Example | Source | Toolchain |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->


A Sink Function produces no `output`:

{{< png src="images/sink" >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ description: >
DO NOT EDIT. Generated by: "cd ../catalog; npm run gen-docs"
-->


A Source Function takes no `input`:

{{< png src="images/source" >}}

Instead, the function typically produces the `output` by reading configurations
from an external system (e.g. reading files from a filesystem).


## Source functions

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