forked from graphql-java/graphql-java-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
31 lines (29 loc) · 586 Bytes
/
config.toml
File metadata and controls
31 lines (29 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
baseurl = "https://www.graphql-java.com"
languageCode = "en-us"
title = ""
theme = "hugo-sustain"
pygmentsUseClasses=true
[params]
latestReleases = ["v9.4", "v11.0"]
latestDocs = "v11"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "documentation"
identifier = "documentation"
weight = 200
url = "/documentation/latest/"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 300
url = "/contact/"
[[menu.main]]
name = "about"
identifier = "about"
weight = 400
url = "/about/"