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 sidebar for documentation and /api-v16 #4331

Open
wants to merge 4 commits into
base: 16.x.x
Choose a base branch
from
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Copy link
Author

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

and use the execution/validation from the library. There also a lot of useful utilities for schema-diffing, working with arguments and many more.

In the following chapters you'll find out more about the three critical pieces of this library

- The GraphQL language
- Document validation
- GraphQL Execution

You can also code along on [a tutorial](./getting-started.mdx).
You can also code along on [a tutorial](/docs/getting-started).
Loading