Skip to content

Commit f496899

Browse files
authored
docs: fix h-levels and correct the line highlighted in the code block (#6895)
1 parent 087bc61 commit f496899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/docs/src/content/gateway/persisted-documents.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hive Gateway can use the Hive Schema Registry as a source for persisted document
1515
Learn more about setting up app deployments and persisted documents on the Hive Dashboard
1616
[here](/docs/schema-registry/app-deployments).
1717

18-
### Configuration
18+
## Configuration
1919

2020
<Tabs items={['Hive Registry', 'Custom Store']}>
2121

@@ -84,13 +84,13 @@ export const gatewayConfig = defineConfig({
8484
})
8585
```
8686

87-
#### Enabling Arbitrary Documents
87+
### Enabling Arbitrary Documents
8888

8989
After enabling persisted documents on your Hive Gateway, any arbitary GraphQL documents that don't
9090
contain a `documentId` will be rejected. If you still want to allow executing arbitrary documents,
9191
you can set `allowArbitraryDocuments` to `true` in the configuration.
9292

93-
```ts filename="gateway.config.ts" {8}
93+
```ts filename="gateway.config.ts" {11}
9494
import { defineConfig } from '@graphql-hive/gateway'
9595

9696
export const gatewayConfig = defineConfig({

0 commit comments

Comments
 (0)