Skip to content

Commit d7d341f

Browse files
authored
Drop code line highlights in Gateway Usage Reporting page (#6767)
1 parent 132feb9 commit d7d341f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/docs/src/content/gateway/usage-reporting.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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."
3030
hive-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."
4444
docker 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."
5959
npx 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 \
7070
Alternatively, you can also provide the usage reporting configuration via the `gateway.config.ts`
7171
file.
7272

73-
```ts filename="gateway.config.ts" {8}
73+
```ts filename="gateway.config.ts"
7474
import { defineConfig } from '@graphql-hive/gateway'
7575

7676
export const gatewayConfig = defineConfig({

0 commit comments

Comments
 (0)