Update the sidebar to reflect our layout strategy (#32)

Getting Started
Guides
API

Using current same content; they will change as the docathon moves along
This commit is contained in:
Joel Marcey 2017-08-07 13:57:30 -07:00 committed by GitHub
parent 02e9f60357
commit c1bd371442
2 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,6 @@
--- ---
id: getting-started id: getting-started
title: Docusaurus title: Up and Running
--- ---
## Getting Started ## Getting Started

View file

@ -1,11 +1,15 @@
{ {
"docs": { "docs": {
"Docusaurus": [ "Getting Started": [
"getting-started", "getting-started"
"site-config", ],
"doc-markdown", "Guides": [
"translation", "translation",
"search" "search"
],
"API": [
"site-config",
"doc-markdown"
] ]
} }
} }