forked from splunk/observability-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
85 lines (85 loc) · 2.16 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
baseURL: https://splunk.github.io/
canonifyURLs: true
relativeURLs: true
contentDir: content/en
title: Splunk Observability Cloud Workshops
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: false
enableRobotsTXT: true
module:
imports:
- path: github.com/McShelby/hugo-theme-relearn
languages:
en:
title: "Splunk Observability Cloud Workshops"
languageName: English
contentDir: content/en
weight: 1
ja:
title: "Splunk Observability Cloud Workshops"
contentDir: content/ja
languageName: 日本語
weight: 2
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
outputs:
home:
- HTML
- RSS
- PRINT
- SEARCH
- SEARCHPAGE
section:
- HTML
- RSS
- PRINT
page:
- HTML
- RSS
- PRINT
params:
alwaysopen: false
description: "Splunk Observability Workshops"
showVisitedLinks: true
collapsibleMenu: true
disableSearch: false
disableBreadcrumb: false
disableInlineCopyToClipBoard: true
disableNextPrev: false
disableLandingPageButton: false
titleSeparator: "::"
themeVariant: ["splunk-light", "splunk-dark"]
additionalContentLanguage: ["ja"]
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v5.34
url: https://splunk.github.io/observability-workshop/v5.34
- version: v5.35
url: https://splunk.github.io/observability-workshop/v5.35
url_latest_version: https://splunk.github.io/observability-workshop/
imageEffects:
border: false
shadow: false
menu:
shortcuts:
- name: "<i class='fab fa-fw fa-github'></i> GitHub Repository"
url: "https://github.com/splunk/observability-workshop"
weight: 10
- name: <i class="fab fa-fw fa-wpexplorer"></i> OpenTelemetry
url: "https://opentelemetry.io"
weight: 20
- name: <i class="fab fa-fw fa-twitter"></i> Twitter
url: "https://twitter.com/splunk"
weight: 30
# - name: <i class="fas fa-tags"></i> Tags
# url: "/tags"
# weight: 40
# - name: <i class="fas fa-layer-group"></i> Categories
# url: "/categories"
# weight: 50