-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.toml
56 lines (47 loc) · 1.12 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
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
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = 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"
[[menu.main]]
name = "Code & Issues"
pre = "<i class='fa fa-github fa-lg'></i>"
weight = 900
identifier = "code-issues"
url = "https://github.com/mapstruct/mapstruct"
[Params]
stableVersion = "1.6.3"
devVersion = "1.6.3"
numberOfLatestPosts = 7
tagLine = "Java bean mappings, the easy way!"
contentSourceUrl = "https://github.com/mapstruct/mapstruct.org/tree/main/content/"