diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-12-17 10:35:48 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2020-12-17 10:35:48 -0500 |
| commit | 88bcd869eec7951dc5cadc04c3faa3d70daff914 (patch) | |
| tree | d308c2513b820195cf3dd16b9abfd5c5acacd362 /README.md | |
| parent | 2204d1059d4eddd81053adcbb6c9bc4d3c957226 (diff) | |
Adding some links to GitHub Discussions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -19,11 +19,14 @@ _Read the docs at [docs.gomplate.ca][docs-url], chat with developers and communi [![Install Docs][install-docs-image]][install-docs-url] [![Slack][slack-image]][slack-url] +[![Discussions][discussions-image]][discussions-url] `gomplate` is a template renderer which supports a growing list of datasources, such as: JSON (_including EJSON - encrypted JSON_), YAML, AWS EC2 metadata, [BoltDB](https://github.com/boltdb/bolt), [Hashicorp Consul](https://www.consul.io/) and [Hashicorp Vault](https://www.vaultproject.io/) secrets. +Come chat with developers and community in the [#gomplate channel][] on [Gophers Slack][] and on [GitHub Discussions][discussions-url]! + Here are some hands-on examples of how `gomplate` works: ```console @@ -87,7 +90,8 @@ $ gomplate -d 'cities=env:///CITIES?type=application/yaml' -d 'weather=https://w 0.0 mm ``` -Read the documentation at [docs.gomplate.ca][docs-url]! +Read the documentation at [docs.gomplate.ca][docs-url], and join the discussion +in [GitHub Discussions][discussions-url]! _Please report any bugs found in the [issue tracker](https://github.com/hairyhenderson/gomplate/issues/)._ @@ -135,4 +139,7 @@ Copyright (c) 2016-2019 Dave Henderson [slack-image]: https://img.shields.io/badge/slack-gophers/%23gomplate-00ADD8.svg?logo=slack [slack-url]: https://gophers.slack.com/messages/CGTR16RM2/ +[discussions-image]: https://img.shields.io/badge/discussions-gomplate-blue.svg?logo=github +[discussions-url]: https://github.com/hairyhenderson/gomplate/discussions + [](https://github.com/igrigorik/ga-beacon) |
