Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5238 set up basic docs structure #5245

Merged
merged 10 commits into from
Oct 3, 2018
Prev Previous commit
Next Next commit
Add the getting started doc to the site header
  • Loading branch information
Kristofer Selbekk authored and selbekk committed Oct 3, 2018
commit e1fca6aa8bd1653db1b3ad2525c6a834a302b0d6
3 changes: 1 addition & 2 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const siteConfig = {

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'doc1', label: 'Docs' },
{ doc: 'doc4', label: 'API' },
{ doc: 'getting-started', label: 'Getting started' },
{ href: 'https://reactjs.org/community/support.html', label: 'Help' },
],

Expand Down