-
Notifications
You must be signed in to change notification settings - Fork 15
/
hugo.yaml
107 lines (93 loc) · 2.1 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
# Configuration
baseURL: "https://mirantis.github.io/mke-docs"
title: "Mirantis Kubernetes Engine 4"
theme: hextra
# enableRobotsTXT: true
enableGitInfo: true
# enableEmoji: false
# hasCJKLanguage: true
# services:
# googleAnalytics:
# ID: G-MEASUREMENT_ID
# outputs:
# home: [HTML]
# page: [HTML]
# section: [HTML, RSS]
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- identifier: docs
name: Docs
pageRef: /docs
weight: 1
- identifier: getting-started
name: Getting started
pageRef: /docs/getting-started
weight: 2
- identifier: tutorials
name: Tutorials
pageRef: /docs/tutorials
weight: 3
- name: Search
weight: 5
params:
type: search
- name: GitHub
weight: 6
url: "https://github.com/Mirantis/mke-docs"
params:
icon: github
sidebar:
- identifier: more
name: More
params:
type: separator
weight: 1
- name: MKE 3.7 documentation
weight: 2
url: "https://docs.mirantis.com/mke/3.7/overview.html"
- name: Mirantis products
weight: 3
url: "https://www.mirantis.com/"
params:
navbar:
navbarPosition: "left"
displayTitle: true
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
# width: 40
# height: 20
# link: /
width: wide
page:
# full (100%), wide (90rem), normal (1280px)
width: normal
footer:
enable: true
displayCopyright: true
displayPoweredBy: true
width: normal
displayUpdatedDate: true
dateFormat: "January 2, 2006"
# Search
# flexsearch is enabled by default
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
# full | forward | reverse | strict
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
tokenize: forward
editURL:
enable: true
base: "https://github.com/Mirantis/mke-docs/edit/main/content"