mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
docs: fix link for hive json reference (#5539)
This commit is contained in:
parent
5bf4abd6d6
commit
fb8b8cbf32
1 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue