Skip to content
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

fix edit link #1261

Merged
merged 2 commits into from
Sep 8, 2020
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 packages/gatsby-theme-mdx/src/components/sidebar.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [Introduction](/)
- [Getting Started](/getting-started)
- [Getting Started](/getting-started/)
- [Next.js](/getting-started/next)
- [Gatsby](/getting-started/gatsby)
- [Create React App](/getting-started/create-react-app)
Expand All @@ -9,7 +9,7 @@
- [Zero](/getting-started/zero)
- [Table of components](/table-of-components)
- [Playground <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/playground)
- [Guides](/guides)
- [Guides](/guides/)
- [Syntax highlighting](/guides/syntax-highlighting)
- [Live code editor](/guides/live-code)
- [Math blocks](/guides/math-blocks)
Expand All @@ -19,7 +19,7 @@
- [Wrapper customization](/guides/wrapper-customization)
- [Render MDX to the terminal](/guides/terminal)
- [Vue <sup style={{ color: '#444', textTransform: 'uppercase' }}>_alpha_</sup>](/guides/vue)
- [Advanced](/advanced)
- [Advanced](/advanced/)
- [API](/advanced/api)
- [Runtime](/advanced/runtime)
- [AST](/advanced/ast)
Expand All @@ -31,7 +31,7 @@
- [Contributing](/contributing)
- [Projects](/projects)
- [Editors](/editors)
- [Blog](/blog)
- [Blog](/blog/)
- [About](/about)
- [Migrating from v0 to v1](/migrating/v1)
- [V0](https://v0.mdxjs.com)