Skip to content

Commit

Permalink
docs: fix link issues in recipes page (#9529)
Browse files Browse the repository at this point in the history
Addresses #9523 

- Changed "full docs" link to point at https://www.gatsbyjs.org/docs 
- Reordered ToC based on the section layout

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
erikthered authored and pieh committed Oct 29, 2018
1 parent 59daee4 commit a0f404d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/recipes.md
Expand Up @@ -14,11 +14,12 @@ Links:
And yeah — those three things are exactly what we're thinking. A first step would be to just go through the tutorial and pull out all the basic things we teach there in a condensed form e.g. creating a site, creating a page, linking between pages, etc. -->

Craving a happy medium between doing the [full tutorial](/tutorial/) and crawling the [full docs](<(/tutorial/)>)? Here's a quick guiding reference for how to build things, Gatsby style.
Craving a happy medium between doing the [full tutorial](/tutorial/) and crawling the [full docs](/docs/)? Here's a quick guiding reference for how to build things, Gatsby style.

## Table of Contents

- [Using Unstructured Data](#using-unstructured-data)
- [Gatsby project structure](#gatsby-project-structure)
- [Using a starter](#using-a-starter)
- [Creating pages](#creating-pages)
- [Linking between pages](#linking-between-pages)
Expand All @@ -28,7 +29,6 @@ Craving a happy medium between doing the [full tutorial](/tutorial/) and crawlin
- [Querying data](#querying-data)
- [Sourcing data](#sourcing-data)
- [Transforming data](#transforming-data)
- [Gatsby project structure](#gatsby-project-structure)

## Using Unstructured Data

Expand Down

0 comments on commit a0f404d

Please sign in to comment.