summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_config.yml2
-rw-r--r--docs/_layouts/chat.html16
-rw-r--r--docs/chat/index.md6
3 files changed, 24 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 5e312dc..cf448f4 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -54,3 +54,5 @@ navigation:
url: /contrib/testing/
- text: Vagrant
url: /contrib/vagrant/
+- text: Chat
+ url: /chat/
diff --git a/docs/_layouts/chat.html b/docs/_layouts/chat.html
new file mode 100644
index 0000000..59e769e
--- /dev/null
+++ b/docs/_layouts/chat.html
@@ -0,0 +1,16 @@
+---
+layout: default
+---
+<div class="subnav">
+ <ul class="inline">
+ {% for link in site.navigation %}
+ {% if link.url == "/chat/" %}
+ {% for sublink in link.subs %}
+ <li><a href="{{ sublink.url }}">{{ sublink.text }}</a></li>
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+ </ul>
+</div>
+
+{{ content }}
diff --git a/docs/chat/index.md b/docs/chat/index.md
new file mode 100644
index 0000000..df37f94
--- /dev/null
+++ b/docs/chat/index.md
@@ -0,0 +1,6 @@
+---
+title: "RQ Discord"
+layout: chat
+---
+
+Join our discord [here](https://discord.gg/pYannYntWH){:target="_blank" rel="noopener noreferrer"} if you need help or want to chat about contributions or what should come next in RQ.