Skip to content

fix(docs): update #urls inside the sidebar on tutorial pages #11035

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

Merged
merged 2 commits into from
Jan 15, 2019
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
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