-
Notifications
You must be signed in to change notification settings - Fork 2
/
hugo.toml
180 lines (143 loc) · 4.23 KB
/
hugo.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
title = 'Dynamic Simulation Environment'
baseURL = 'https://boschglobal.github.io/dse.doc/'
# Hugo base configuration
# =======================
# Language settings
contentDir = "content"
defaultContentLanguage = "en"
# Will give values to .Lastmod etc.
enableGitInfo = true
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
# set taxonomyCloud = [] to hide taxonomy clouds
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
taxonomyCloud = []
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
# Docsy configuration
# ===================
[params]
copyright = "Robert Bosch GmbH"
# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Releases"
archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "0.0"
# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "https://boschglobal.github.com/dse.doc/"
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/boschglobal/dse.doc"
github_project_repo = "https://github.com/boschglobal?q=dse&type=all"
github_branch = "main"
# Enable Algolia DocSearch
# search.algolia = false
# Enable Lunr.js offline search
offlineSearch = true
# User interface configuration
[params.ui]
breadcrumb_disable = false
footer_about_disable = true
navbar_logo = true
navbar_translucent_over_cover_disable = true
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
sidebar_menu_foldable = true
sidebar_cache_limit = 100
sidebar_search_disable = false
[params.ui.feedback]
enable = false
[params.ui.readingtime]
enable = false
[params.links]
[[params.links.user]]
name = "GitHub Discussions"
url = "https://github.com/boschglobal/dse.modelc/discussions"
icon = "fab fa-github"
desc = "GitHub Discussions"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/boschglobal?q=dse&type=all"
icon = "fab fa-github"
desc = "Contribute to DSE here!"
# Hugo module configuration
# =========================
[module]
proxy = "direct"
[module.hugoVersion]
extended = true
min = "0.73.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
# External Documentation Mounts
# =============================
# DSE ModelC
# -----------
[[module.imports]]
path = "github.com/boschglobal/dse.clib"
disable = false
ignoreConfig = true
[[module.imports.mounts]]
source = "doc/content/apis"
target = "content/apis"
[[module.imports.mounts]]
source = "doc/content/docs"
target = "content/docs"
# DSE ModelC
# -----------
[[module.imports]]
path = "github.com/boschglobal/dse.modelc"
disable = false
ignoreConfig = true
[[module.imports.mounts]]
source = "doc/content/apis"
target = "content/apis"
[[module.imports.mounts]]
source = "doc/content/docs"
target = "content/docs"
# DSE Schemas
# -----------
[[module.imports]]
path = "github.com/boschglobal/dse.schemas"
disable = false
ignoreConfig = true
[[module.imports.mounts]]
source = "doc/content/schemas"
target = "content/schemas"
# DSE Standards - DSE/NCodec
# --------------------------
[[module.imports]]
path = "github.com/boschglobal/dse.standards"
disable = false
ignoreConfig = true
[[module.imports.mounts]]
source = "doc/content/apis"
target = "content/apis"