@@ -26,7 +26,7 @@ Before proceeding, make sure you have
26
26
27
27
<Tabs.Tab >
28
28
29
- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {4}
29
+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
30
30
hive-gateway supergraph \
31
31
http://cdn.graphql-hive.com/artifacts/v1/12713322-4f6a-459b-9d7c-8aa3cf039c2e/supergraph \
32
32
--hive-cdn-key " <hive_cdn_access_key>" \
@@ -40,7 +40,7 @@ hive-gateway supergraph \
40
40
41
41
<Tabs.Tab >
42
42
43
- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {5}
43
+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
44
44
docker run --rm --name hive-gateway -p 4000:4000 \
45
45
ghcr.io/graphql-hive/gateway supergraph \
46
46
http://cdn.graphql-hive.com/artifacts/v1/12713322-4f6a-459b-9d7c-8aa3cf039c2e/supergraph \
@@ -55,7 +55,7 @@ docker run --rm --name hive-gateway -p 4000:4000 \
55
55
56
56
<Tabs.Tab >
57
57
58
- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {4}
58
+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
59
59
npx hive-gateway supergraph \
60
60
http://cdn.graphql-hive.com/artifacts/v1/12713322-4f6a-459b-9d7c-8aa3cf039c2e/supergraph \
61
61
--hive-cdn-key " <hive_cdn_access_key>" \
@@ -70,7 +70,7 @@ npx hive-gateway supergraph \
70
70
Alternatively, you can also provide the usage reporting configuration via the ` gateway.config.ts `
71
71
file.
72
72
73
- ``` ts filename="gateway.config.ts" {8}
73
+ ``` ts filename="gateway.config.ts"
74
74
import { defineConfig } from ' @graphql-hive/gateway'
75
75
76
76
export const gatewayConfig = defineConfig ({
0 commit comments