Rename 'getting started' link to 'docs' (#5806)

This commit is contained in:
kulek1
2018-11-14 18:27:07 +01:00
committed by Ian Schmitz
parent d72256c7f8
commit 69babbb55a

View File

@@ -26,7 +26,7 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'getting-started', label: 'Getting Started' },
{ doc: 'getting-started', label: 'Docs' },
{ href: 'https://reactjs.org/community/support.html', label: 'Help' },
{
href: 'https://www.github.com/facebook/create-react-app',