Skip to content

Commit 7ce5cd0

Browse files
gillkylemuescha
authored andcommitted
fix(docs): adds back some missing guides to sidebar (#16437)
* fix: adds back some missing guides from sidebar * Update www/src/data/sidebars/doc-links.yaml Co-Authored-By: Michael <[email protected]>
1 parent 601218a commit 7ce5cd0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/docs/custom-components.md

Whitespace-only changes.

docs/docs/introducing-graphiql.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you have <http://localhost:8000/___graphql> open, it will look something li
1818
on it—including the `siteMetadata` object.
1919

2020
<video controls="controls" autoplay="true" loop="true">
21-
<source type="video/mp4" src="/graphiql-explore.mp4"></source>
21+
<source type="video/mp4" src="/graphiql-explore.mp4" />
2222
<p>Your browser does not support the video element.</p>
2323
</video>
2424

@@ -43,3 +43,4 @@ The GraphiQL Explorer enables you to interactively construct full queries by cli
4343

4444
- See [Tutorial Part 5: Source Plugins](/tutorial/part-five/) for a more complete example of using GraphiQL
4545
- See the [README for GraphiQL](https://github.com/graphql/graphiql)
46+
- See [Using GraphQL Playground](/docs/using-graphql-playground/) for another example of a GraphQL IDE

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
breadcrumbTitle: GitHub Pages
6767
- title: Multi-Core Builds
6868
link: /docs/multi-core-builds/
69+
- title: Asset Prefix
70+
link: /docs/asset-prefix/
6971
- title: Custom Configuration
7072
link: /docs/customization/
7173
items:
@@ -184,6 +186,8 @@
184186
link: /docs/adding-markdown-pages/
185187
- title: Adding a List of Markdown Blog Posts
186188
link: /docs/adding-a-list-of-markdown-blog-posts/
189+
- title: Using GraphQL Playground
190+
link: /docs/using-graphql-playground/
187191
- title: Plugins
188192
link: /docs/plugins/
189193
items:
@@ -395,10 +399,13 @@
395399
link: /docs/centralizing-your-sites-navigation/
396400
- title: Rendering Sidebar Navigation Dynamically*
397401
link: /docs/rendering-sidebar-navigation-dynamically/
402+
- title: Client-only Routes & User Authentication
403+
link: /docs/client-only-routes-and-user-authentication/
404+
breadcrumbTitle: Client Routes & User Auth
398405
- title: Client Data Fetching
399406
link: /docs/client-data-fetching/
400407
- title: Using Client-Side Only Packages
401-
link: /docs/using-client-side-only-packages
408+
link: /docs/using-client-side-only-packages/
402409
- title: Improving Performance
403410
link: /docs/performance/
404411
items:
@@ -424,6 +431,8 @@
424431
- title: Optimizing Site Performance with Guess.js
425432
link: /docs/optimizing-site-performance-with-guessjs/
426433
breadcrumbTitle: Guess.js
434+
- title: Scaling Issues
435+
link: /docs/scaling-issues/
427436
- title: Localization and Internationalization with Gatsby
428437
link: /docs/localization-i18n/
429438
breadcrumbTitle: Localization

0 commit comments

Comments
 (0)