Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 423f52c

Browse files
committed
Updating TOC
1 parent 5e9de57 commit 423f52c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ and join the team!
2828
- [Enable GraphQL Servlet](#enable-graphql-servlet)
2929
- [Enable Graph*i*QL](#enable-graphiql)
3030
- [Enable Altair](#enable-altair)
31-
- [Enable GraphQL Playground](#enable-graphql-playground)
31+
- [Enable GraphQL Playground](#enable-graphql-voyager)
3232
- [Basic settings](#basic-settings)
3333
- [CDN](#cdn)
3434
- [Custom static resources](#custom-static-resources)
3535
- [Customizing GraphQL Playground](#customizing-graphql-playground)
3636
- [Tabs](#tabs)
37+
- [Enable GraphQL Voyager](#enable-graphql-playground)
38+
- [Basic settings](#graphql-voyager-basic-settings)
39+
- [CDN](#graphql-voyager-cdn)
40+
- [Customizing GraphQL Voyager](#customizing-graphql-voyager)
3741
- [Supported GraphQL-Java Libraries](#supported-graphql-java-libraries)
3842
- [GraphQL Java Tools](#graphql-java-tools)
3943
- [GraphQL Annotations](#graphql-annotations)
@@ -464,7 +468,7 @@ voyager:
464468
hideSettings: false
465469
```
466470

467-
## Basic settings
471+
## GraphQL Voyager Basic settings
468472

469473
`mapping` and `endpoint` will default to `/voyager` and `/graphql`, respectively. Note that these values may not be empty.
470474

@@ -475,7 +479,7 @@ is added to a Spring Boot Web Application project.
475479

476480
All other properties default to the same as documented on the official [GraphQL Voyager readme](https://github.com/APIs-guru/graphql-voyager#properties)
477481

478-
## CDN
482+
## GraphQL Voyager CDN
479483

480484
The currently bundled version is `1.0.0-rc31`, which is - as of writing this - the latest release
481485
of **GraphQL Voyager**. The CDN option uses `jsDelivr` CDN, if enabled. By default, it will

0 commit comments

Comments
 (0)