-
Notifications
You must be signed in to change notification settings - Fork 18
/
.mdox.yaml
93 lines (84 loc) · 2.29 KB
/
.mdox.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
version: 1
inputDir: "content"
outputDir: "web/content/en"
extraInputGlobs:
- "README.md"
- "web/assets/favicons"
gitIgnored: true
localLinksStyle:
hugo:
indexFileName: "_index.md"
transformations:
- glob: "../README.md"
path: /_index.md
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
menu:
main:
weight: 1
pre: <i class='fas fa-book'></i>
cascade:
- type: "docs"
_target:
path: "/**"
- glob: "Proposals/README.md"
path: _index.md
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
menu:
main:
weight: 2
pre: <i class='fas fa-users'></i>
- glob: "Products/OpenshiftMonitoring/instrumentation.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 5
- glob: "Products/OpenshiftMonitoring/collecting_metrics.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 10
- glob: "Products/OpenshiftMonitoring/alerting.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 20
- glob: "Products/OpenshiftMonitoring/dashboards.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 25
- glob: "Products/OpenshiftMonitoring/telemetry.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 30
- glob: "Products/OpenshiftMonitoring/faq.md"
frontMatter:
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
weight: 40
- glob: "**/README.md"
path: _index.md
frontMatter: &defaultFrontMatter
template: |
title: "{{ .Origin.FirstHeader }}"
lastmod: "{{ .Origin.LastMod }}"
- glob: "**.md"
frontMatter:
<<: *defaultFrontMatter
- glob: "../web/assets/**"
path: "/../../static/**"
- glob: "**"
path: "/../../static/**"