]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Update KB references 128/head
authorEd Kellett <redacted>
Mon, 21 Mar 2016 09:27:56 +0000 (09:27 +0000)
committerEd Kellett <redacted>
Mon, 21 Mar 2016 09:27:56 +0000 (09:27 +0000)
config/kb.yml
templates/index.html

index b21dd901018de258ec229229f7298c0f6ed37e9c..3bcdc42a58d283bb6d7cecf42e823f3fd5909d36 100644 (file)
@@ -1,16 +1,9 @@
 chat:
   title: 'Chat'
-  cats: [connect]
-  promote:
-    - name: kb/connect/chat
-      caption: Chat
-      icon: comments
-    - name: kb/connect/chat
-      caption: chat
-      icon: comments
-    - name: kb/connect/chat
-      caption: Chat
-      icon: comments
+  cats: [connect,general]
+all:
+  title: 'Knowledge Base'
+  cats: [connect,general,using]
 tech:
   title: 'Technical'
   cats: []
index 4d78ebdb14974dbaf521cb5ab48f5965d49adc10..6006785b639df0c82d917e6db7a42918783c4b6d 100644 (file)
@@ -5,7 +5,7 @@
 <div class="jumbotron jindex">
     <h2 class="child">Welcome to <img alt="freenode" class="tlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }}" />&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
     <div class="box-container">
-        <a class="box" href="{{ url_for("kb/index/chat") }}">
+        <a class="box" href="{{ url_for("kb/connect/chat") }}">
             <i class="fa fa-comments fa-4x"></i>
             <span>Chat</span>
         </a>
@@ -13,7 +13,7 @@
             <i class="fa fa-users fa-4x"></i>
             <span>Register a group</span>
         </a>
-        <a class="box" href="{{ url_for("kb/index/tech") }}">
+        <a class="box" href="{{ url_for("kb/index/all") }}">
             <i class="fa fa-question fa-4x"></i>
             <span>FAQ</span>
         </a>