Update Sidebar Nav

This commit is contained in:
Kim Gardner
2018-03-07 17:37:13 -05:00
parent 60a704f694
commit 01d03e77f8
6 changed files with 25 additions and 5 deletions
+15 -1
View File
@@ -96,6 +96,20 @@ sidebar:
url: /configuration/
- title: Advanced Configuration
url: /advanced-configuration/
- title: Authentication
url: /authentication/
- title: Configuring the Comment Stream
url: /configuring-comment-stream/
- title: Configuring the Admin
url: /configuring-admin/
- title: Notifications
url: /notifications/
- title: Event Tracking and Metrics
url: /event-tracking-metrics/
- title: Styling and CSS
url: /styling-css/
- title: Translations and i18n
url: /translations-i18n/
- title: Product Guide
children:
- title: How Talk Works
@@ -151,4 +165,4 @@ marked:
node_sass:
outputStyle: compressed
precision: 5
sourceComments: false
sourceComments: false
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Authenticating with Talk
permalink: /authenticating-with-talk/
permalink: /authentication/
class: configuration
toc: true
---
@@ -1,3 +1,9 @@
---
title: Configuring the Talk Comment Stream
permalink: /configuring-comment-stream/
class: configuration
toc: true
---
Using plugins and configuration variables, you can modify the way the Talk comment stream behaves. Here are some common configuration options:
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Configuring the Talk Admin
permalink: /configuring-the-admin/
permalink: /configuring-admin/
class: configuration
toc: true
---
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Notifications
permalink: /notifications//
permalink: /notifications/
class: configuration
toc: true
---
@@ -1,6 +1,6 @@
---
title: Tracking Talk Events and Metrics
permalink: /talk-metrics/
permalink: /event-tracking-metrics/
class: configuration
toc: true
---