-
Notifications
You must be signed in to change notification settings - Fork 2k
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 sidebar for documentation and /api-v16
#4331
base: 16.x.x
Are you sure you want to change the base?
Conversation
Hi @dimaMachina, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
@@ -27,6 +28,7 @@ export default withNextra({ | |||
}); | |||
return config; | |||
}, | |||
redirects: async () => vercel.redirects, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to have same redirects locally
docs: { | ||
type: 'page', | ||
title: 'Documentation' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to group mdx pages under some folder and set type: page
so we'll have proper sidebar
@@ -4,7 +4,6 @@ module.exports = { | |||
content: [ | |||
'./pages/**/*.{ts,tsx,mdx}', | |||
'./icons/**/*.{ts,tsx,mdx}', | |||
'./css/**/*.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should not include *.css
for tailwindcss
@@ -7,12 +7,12 @@ GraphQL.JS is the reference implementation to the [GraphQL Specification](https: | |||
while closely following the Specification. | |||
|
|||
You can build GraphQL servers, clients, and tools with this library, it's designed so you can choose which parts you use, for example, you can build your own parser | |||
and use the execution/validation from the library. There also a lot of useful utilities for schema-diffing, working with arguments and [many more](./utilities.mdx). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link is 404, so I removed it cc @JoviDeCroock
No description provided.