Skip to content

Commit

Permalink
fix(docs): update #urls inside the sidebar on tutorial pages (#11035)
Browse files Browse the repository at this point in the history
* Fix links in the sidebar for zero part of the tutorial

* Fix links in the sidebar for second and eighth parts of the tutorial
  • Loading branch information
SilencerWeb authored and wardpeet committed Jan 15, 2019
1 parent 2611eaf commit c865bac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/src/data/sidebars/tutorial-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- title: Overview of core technologies
link: /tutorial/part-zero/#overview-of-core-technologies
- title: Familiarize with the command line
link: /tutorial/part-zero/#familiarize-with-the-command-line
link: /tutorial/part-zero/#familiarize-yourself-with-the-command-line
- title: Install Node.js
link: /tutorial/part-zero/#install-nodejs
- title: Familiarize with npm
link: /tutorial/part-zero/#familiarize-with-npm
link: /tutorial/part-zero/#familiarize-yourself-with-npm
- title: Install Git
link: /tutorial/part-zero/#install-git
- title: Install Gatsby CLI
Expand Down Expand Up @@ -45,7 +45,7 @@
- title: Creating global styles with standard css files
link: /tutorial/part-two/#creating-global-styles-with-standard-css-files
- title: Using component-scoped CSS
link: /tutorial/part-two/#using-component-css
link: /tutorial/part-two/#using-component-scoped-css
- title: Styling using CSS Modules
link: /tutorial/part-two/#css-modules
- title: Styling using CSS-in-JS
Expand Down Expand Up @@ -101,7 +101,7 @@
ui: steps
items:
- title: Audit with Lighthouse
link: /tutorial/part-eight/#auditing-with-lighthouse
link: /tutorial/part-eight/#audit-with-lighthouse
- title: Add a manifest file
link: /tutorial/part-eight/#add-a-manifest-file
- title: Add offline support
Expand Down

0 comments on commit c865bac

Please sign in to comment.