Remove header from old getting started page

This content is being merged into other docs and guides

keep it around for reference before deleting it permanently.
This commit is contained in:
Joel Marcey 2017-08-08 11:55:40 -07:00
parent bba7edd80f
commit 27ee375d94
3 changed files with 2 additions and 8 deletions

View file

@ -1,8 +1,3 @@
---
id: getting-started
title: Up and Running
---
## Getting Started
### Project Structure

View file

@ -3,8 +3,7 @@
"Getting Started": [
"installation",
"site-preparation",
"site-creation",
"getting-started"
"site-creation"
],
"Guides": [
"navigation",

View file

@ -29,7 +29,7 @@ const siteConfig = {
headerLinksInternal: [
{
section: "docs",
href: "/docusaurus/docs/getting-started.html",
href: "/docusaurus/docs/installation.html",
text: "Docs"
},
{ section: "help", href: "/docusaurus/LANGUAGE/help.html", text: "Help" }