mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
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:
parent
bba7edd80f
commit
27ee375d94
3 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
id: getting-started
|
||||
title: Up and Running
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Project Structure
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
"Getting Started": [
|
||||
"installation",
|
||||
"site-preparation",
|
||||
"site-creation",
|
||||
"getting-started"
|
||||
"site-creation"
|
||||
],
|
||||
"Guides": [
|
||||
"navigation",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue