@@ -26,7 +26,7 @@ Before proceeding, make sure you have
2626
2727<Tabs.Tab >
2828
29- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {4}
29+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
3030hive-gateway supergraph \
3131 http://cdn.graphql-hive.com/artifacts/v1/12713322-4f6a-459b-9d7c-8aa3cf039c2e/supergraph \
3232 --hive-cdn-key " <hive_cdn_access_key>" \
@@ -40,7 +40,7 @@ hive-gateway supergraph \
4040
4141<Tabs.Tab >
4242
43- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {5}
43+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
4444docker run --rm --name hive-gateway -p 4000:4000 \
4545 ghcr.io/graphql-hive/gateway supergraph \
4646 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 \
5555
5656<Tabs.Tab >
5757
58- ``` sh filename="Run Hive Gateway with Usage Reporting enabled." {4}
58+ ``` sh filename="Run Hive Gateway with Usage Reporting enabled."
5959npx hive-gateway supergraph \
6060 http://cdn.graphql-hive.com/artifacts/v1/12713322-4f6a-459b-9d7c-8aa3cf039c2e/supergraph \
6161 --hive-cdn-key " <hive_cdn_access_key>" \
@@ -70,7 +70,7 @@ npx hive-gateway supergraph \
7070Alternatively, you can also provide the usage reporting configuration via the ` gateway.config.ts `
7171file.
7272
73- ``` ts filename="gateway.config.ts" {8}
73+ ``` ts filename="gateway.config.ts"
7474import { defineConfig } from ' @graphql-hive/gateway'
7575
7676export const gatewayConfig = defineConfig ({
0 commit comments