-
Notifications
You must be signed in to change notification settings - Fork 36
/
hugo.yaml
155 lines (141 loc) · 3.22 KB
/
hugo.yaml
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
baseURL: https://developers.clever-cloud.com
languageCode: en-us
title: Clever Cloud Documentation
pagination:
pagerSize: 21 # Number of entries in Changelog section before pagination
enableRobotsTXT: true
enableGitInfo: true
module:
imports:
- path: github.com/imfing/hextra
hugoVersion:
extended: true
min: "0.133.0"
max: "0.135.0"
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
privacy:
youtube:
privacyEnhanced: true
defaultContentLanguage: en
languages:
en:
languageName: English
weight: 1
title: Clever Cloud Documentation
#fr:
#languageName: Français
#weight: 2
#title: "Documentation de Clever Cloud "
params:
images:
- /images/feature.png
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
link: /
width: 175
comments:
enable: false
type: giscus
blog:
list:
displayTags: true
# https://giscus.app/
giscus:
repo: cnivolle/doc.clever-cloud.com
repoId: R_kgDOJ9fJag
category: General
categoryId: DIC_kwDOJ9fJas4CY7gW
mapping: pathname
# strict: 0
# reactionsEnabled: 1
# emitMetadata: 0
# inputPosition: top
# lang: en
footer:
displayCopyright: false
displayPoweredBy: false
width: normal
displayUpdatedDate: true
dateFormat: "January 2, 2006"
page:
# full (100%), wide (90rem), normal (1280px)
width: full
editURL:
enable: true
base: "https://github.com/CleverCloud/documentation/edit/main/content"
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- identifier: documentation
name: Documentation
pageRef: /doc
weight: 1
- identifier: tutorials
name: Guides
pageRef: /guides
weight: 2
- identifier: api
name: API
pageRef: /api
weight: 3
- identifier: changelog
name: Changelog
pageRef: /changelog
weight: 4
- identifier: components
name: Web Components
url: "https://www.clever-cloud.com/doc/clever-components/"
weight: 5
- name: Search
weight: 6
params:
type: search
- name: GitHub
weight: 7
url: "https://github.com/CleverCloud/documentation"
params:
icon: github
- name: Website
weight: 8
url: "https://clever-cloud.com"
params:
icon: globe-alt
sidebar:
- identifier: more
name: References
params:
type: separator
weight: 1
- identifier: tips_and_tricks
name: "Tips & Tricks"
url: "/doc/best-practices/tips_and_tricks/"
weight: 2
- identifier: cli
name: "Clever Tools CLI"
url: "https://github.com/CleverCloud/clever-tools/tree/master/docs#readme"
weight: 3
- identifier: envar
name: "Environment Variables"
pageRef: "/doc/reference/reference-environment-variables"
weight: 4
- identifier: common
name: "Common Configuration"
pageRef: "/doc/develop/common-configuration"
weight: 5
- identifier: postmortem
name: "Postmortem"
pageRef: "/postmortem"
weight: 6