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

docs: fix link for hive json reference #5539

Merged
merged 1 commit into from
Aug 28, 2024
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
9 changes: 6 additions & 3 deletions packages/web/docs/src/pages/docs/api-reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ You can also download a specific version of the binary:
[CI/CD Integration guide](../integrations/ci-cd.mdx).
</Callout>

Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
Start by setting your Hive token in
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
file, or set it as `HIVE_TOKEN` environment variable.

Further reading:
Expand Down Expand Up @@ -142,7 +143,8 @@ Further reading:
This CLI command requires an active registry token with **Read** permissions to the target.
</Callout>

Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
Start by setting your Hive token in
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
file, or set it as `HIVE_TOKEN` environment variable.

Checking a GraphQL schema is the form of checking the compatbility of an upcoming schema, compared
Expand Down Expand Up @@ -188,7 +190,8 @@ Further reading:
This action is only available for Schema-Stitching and Apollo Federation projects.
</Callout>

Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
Start by setting your Hive token in
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
file, or set it as `HIVE_TOKEN` environment variable.

In case you want to compose a schema (or a subgraph in case of Federation), you can do so by using
Expand Down
Loading