Skip to content

Commit b808143

Browse files
authoredMar 2, 2020
fix(docs): add trainling slashes to doc-links.yaml (#21872)
1 parent 1af1180 commit b808143

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
 

‎www/src/data/sidebars/doc-links.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
link: /docs/recipes/
1717
items:
1818
- title: Pages and Layouts
19-
link: /docs/recipes/pages-layouts
19+
link: /docs/recipes/pages-layouts/
2020
- title: Styling with CSS
21-
link: /docs/recipes/styling-css
21+
link: /docs/recipes/styling-css/
2222
- title: Working with Starters
23-
link: /docs/recipes/working-with-starters
23+
link: /docs/recipes/working-with-starters/
2424
- title: Working with Themes
25-
link: /docs/recipes/working-with-themes
25+
link: /docs/recipes/working-with-themes/
2626
- title: Sourcing Data
27-
link: /docs/recipes/sourcing-data
27+
link: /docs/recipes/sourcing-data/
2828
- title: Querying Data
29-
link: /docs/recipes/querying-data
29+
link: /docs/recipes/querying-data/
3030
- title: Working with Images
31-
link: /docs/recipes/working-with-images
31+
link: /docs/recipes/working-with-images/
3232
- title: Transforming Data
33-
link: /docs/recipes/transforming-data
33+
link: /docs/recipes/transforming-data/
3434
- title: Deploying Your Site
35-
link: /docs/recipes/deploying-your-site
35+
link: /docs/recipes/deploying-your-site/
3636
- title: Reference Guides
3737
link: /docs/guides/
3838
items:
@@ -472,7 +472,7 @@
472472
- title: Processing Payments with Square
473473
link: /docs/processing-payments-with-square/
474474
- title: Sourcing from WooCommerce
475-
link: /docs/sourcing-from-woocommerce
475+
link: /docs/sourcing-from-woocommerce/
476476
- title: Improving Performance
477477
link: /docs/performance/
478478
items:
@@ -588,17 +588,17 @@
588588
- title: Lifecycle APIs
589589
link: /docs/gatsby-lifecycle-apis/
590590
- title: Gatsby Magic
591-
link: /docs/gatsby-magic
591+
link: /docs/gatsby-magic/
592592
- title: React Hydration
593-
link: /docs/react-hydration
593+
link: /docs/react-hydration/
594594
- title: PRPL Pattern
595595
link: /docs/prpl-pattern/
596596
- title: GraphQL Concepts
597597
link: /docs/graphql-concepts/
598598
- title: Security in Gatsby*
599599
link: /docs/security-in-gatsby/
600600
- title: Theme Shadowing
601-
link: /docs/how-shadowing-works
601+
link: /docs/how-shadowing-works/
602602
- title: Gatsby Internals
603603
link: /docs/gatsby-internals/
604604
items:
@@ -739,29 +739,29 @@
739739
link: /docs/glossary/
740740
items:
741741
- title: Continuous Deployment
742-
link: /docs/glossary/continuous-deployment
742+
link: /docs/glossary/continuous-deployment/
743743
- title: Decoupled Drupal
744-
link: /docs/glossary/decoupled-drupal
744+
link: /docs/glossary/decoupled-drupal/
745745
- title: GraphQL
746-
link: /docs/glossary/graphql
746+
link: /docs/glossary/graphql/
747747
- title: Headless CMS
748748
link: /docs/glossary/headless-cms/
749749
- title: Headless WordPress
750750
link: /docs/glossary/headless-wordpress/
751751
- title: JAMStack
752-
link: /docs/glossary/jamstack
752+
link: /docs/glossary/jamstack/
753753
- title: Markdown
754754
link: /docs/glossary/markdown/
755755
- title: MDX
756-
link: /docs/glossary/mdx
756+
link: /docs/glossary/mdx/
757757
- title: Node.js
758-
link: /docs/glossary/node
758+
link: /docs/glossary/node/
759759
- title: React
760-
link: /docs/glossary/react
760+
link: /docs/glossary/react/
761761
- title: Static Site Generator
762-
link: /docs/glossary/static-site-generator
762+
link: /docs/glossary/static-site-generator/
763763
- title: webpack
764-
link: /docs/glossary/webpack
764+
link: /docs/glossary/webpack/
765765
- title: Gatsby Telemetry
766766
link: /docs/telemetry/
767767
- title: Gatsby REPL

0 commit comments

Comments
 (0)
Please sign in to comment.