diff options
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | docs/content/_index.md | 3 |
2 files changed, 10 insertions, 2 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) diff --git a/docs/content/_index.md b/docs/content/_index.md index 02da6c29..60c62dcf 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -11,7 +11,7 @@ menu: 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][]! +Come chat with developers and community in the [#gomplate channel][] on [Gophers Slack][] and on [GitHub Discussions][discussions-url]! _Please report any bugs found in the [issue tracker](https://github.com/hairyhenderson/gomplate/issues/)._ @@ -90,3 +90,4 @@ Copyright (c) 2016-{{< year >}} Dave Henderson [Gophers Slack]: https://invite.slack.golangbridge.org [#gomplate channel]: https://gophers.slack.com/messages/CGTR16RM2/ +[discussions-url]: https://github.com/hairyhenderson/gomplate/discussions |
