mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
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:
parent
02e9f60357
commit
c1bd371442
2 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: getting-started
|
||||
title: Docusaurus
|
||||
title: Up and Running
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"docs": {
|
||||
"Docusaurus": [
|
||||
"getting-started",
|
||||
"site-config",
|
||||
"doc-markdown",
|
||||
"Getting Started": [
|
||||
"getting-started"
|
||||
],
|
||||
"Guides": [
|
||||
"translation",
|
||||
"search"
|
||||
],
|
||||
"API": [
|
||||
"site-config",
|
||||
"doc-markdown"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue