summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Ou <o@owenou.com>2023-07-29 07:15:57 -0700
committerEmanuele Torre <torreemanuele6@gmail.com>2023-07-30 04:28:38 +0200
commit82f7f772e6bc7f74c37eb36cddda76570f46cd3e (patch)
treecc5af93178bb5dc3c9b0a33c2d3fbe94f9e33ae1
parentf733a1535ed46ee7a021269c1b10eb6b27821d92 (diff)
Redirect questions to Discord
We now have an official Discord server and most maintainers are hanging out there. It would be a good idea to redirect questions to Discord.
-rw-r--r--docs/content/index.yml25
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/content/index.yml b/docs/content/index.yml
index 63d5e263..4c510c5e 100644
--- a/docs/content/index.yml
+++ b/docs/content/index.yml
@@ -27,26 +27,26 @@ tail: |
Go read the [tutorial](/jq/tutorial/) for more, or the [manual](/jq/manual/)
for *way* more.
- Ask questions on [stackoverflow](https://stackoverflow.com/) using the [jq
- tag](https://stackoverflow.com/questions/tagged/jq), or on the
- [#jq](https://web.libera.chat/#jq) channel on [Libera.Chat](https://libera.chat/).
+ Have a question related to jq? You can seek answers on [Stack Overflow](https://stackoverflow.com/)
+ by using the [jq tag](https://stackoverflow.com/questions/tagged/jq). For more interactive discussions,
+ feel free to join our [Discord server](https://discord.gg/yg6yjNmgAC).
news:
- date: 1 November 2018
body: |
- jq 1.6 released. See installation options on the [download](/jq/download/)
- page, and the [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.6)
- for details.
+ jq 1.6 released. See installation options on the [download](/jq/download/)
+ page, and the [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.6)
+ for details.
- date: 15 August 2015
body: |
- jq 1.5 released, including new datetime, math, and regexp functions,
- try/catch syntax, array and object destructuring, a streaming parser,
- and a module system. See installation options on the
- [download](/jq/download/) page, and the
- [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.5)
- for details.
+ jq 1.5 released, including new datetime, math, and regexp functions,
+ try/catch syntax, array and object destructuring, a streaming parser,
+ and a module system. See installation options on the
+ [download](/jq/download/) page, and the
+ [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.5)
+ for details.
- date: 26 July 2015
body: |
@@ -69,4 +69,3 @@ news:
body: |
jq 1.3 released.
-