Created
February 2, 2023 06:46
-
-
Save tfsojon/bea775691f938fb0058db57b4455639a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ $categories := slice }} | |
{{ range .Params.integration_tools }} | |
{{ $categories = $categories | append .category | uniq }} | |
{{ end }} | |
{{ range $categories }} | |
<li>{{. | markdownify}}</li> | |
{{ end }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment