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

update docs org #3149

Merged
merged 2 commits into from
Dec 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions www/src/pages/docs/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@
items:
- title: Getting Started
link: /docs/
- title: Awesome Gatsby
link: /docs/awesome-gatsby/
- title: Migrating from v0 to v1
link: /docs/migrating-from-v0-to-v1/
- title: Using Starters
link: /docs/gatsby-starters/
- title: Deploying
link: /docs/deploy-gatsby/
- title: Core Concepts
items:
- title: Building with Components
link: /docs/building-with-components/
- title: Querying with GraphQL*
link: /docs/querying-with-graphql/
- title: Lifecycle APIs
link: /docs/gatsby-lifecycle-apis/
- title: Deploying
link: /docs/deploy-gatsby/
- title: Starters
link: /docs/gatsby-starters/
- title: Plugins
link: /docs/plugins/
- title: PRPL Pattern
link: /docs/prpl-pattern/
- title: Gatsby on Windows
link: /docs/gatsby-on-windows/
- title: Querying with GraphQL*
link: /docs/querying-with-graphql/
- title: Guides
items:
- title: 404 Pages
Expand All @@ -42,6 +38,10 @@
link: /docs/debugging-html-builds/
- title: Environment Variables
link: /docs/environment-variables/
- title: Gatsby on Windows
link: /docs/gatsby-on-windows/
- title: Migrating from v0 to v1
link: /docs/migrating-from-v0-to-v1/
- title: Path Prefix
link: /docs/path-prefix/
- title: Proxying API Requests
Expand All @@ -60,6 +60,8 @@
link: /docs/how-gatsby-works-with-github-pages/
- title: Reference
items:
- title: Awesome Gatsby
link: /docs/awesome-gatsby/
- title: Node Interface
link: /docs/node-interface/
- title: API Specification
Expand Down