forked from mapstruct/mapstruct.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
43 lines (36 loc) · 872 Bytes
/
config.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
theme = "mapstruct"
languageCode = "en-us"
baseurl = "http://mapstruct.org/"
title = "MapStruct"
paginate = 5
pluralizeListTitles = false
canonifyURLs = false
disqusShortname = "mapstruct"
googleAnalytics = "UA-41136939-1"
disablePathToLower = true
[[menu.main]]
name = "News"
weight = 100
url = "/news/"
[[menu.main]]
name = "Documentation"
weight = 200
[[menu.main]]
name = "Community"
weight = 300
[[menu.main]]
name = "Development"
weight = 400
[[menu.main]]
name = "Examples"
post = "<i class='fa fa-external-link'></i>"
weight = 900
parent = "Documentation"
identifier = "examples"
url = "https://github.com/mapstruct/mapstruct-examples"
[Params]
stableVersion = "1.3.0.Final"
devVersion = "1.3.0.Final"
numberOfLatestPosts = 7
tagLine = "Java bean mappings, the easy way!"
contentSourceUrl = "https://github.com/mapstruct/mapstruct.org/tree/master/content/"