-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
42 lines (36 loc) · 800 Bytes
/
config.yaml
File metadata and controls
42 lines (36 loc) · 800 Bytes
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
title: "Documentation Templater"
params:
# Enable local search
offlineSearch: true
custom_js:
- js/custom.js
ui:
# disables search bar on the left navigation
sidebar_search_disable: true
sidebar_menu_foldable: true
showLightDarkModeMenu: true
markup:
goldmark:
renderer:
# Needed for HTML tables in markdown
unsafe: true
# Create a new output format
outputFormats:
viewer:
baseName: viewer
isPlainText: false
mediaType: text/html
path: bpmn
# Specify the page kinds for which to render this output format
outputs:
home:
- HTML
- Viewer
module:
hugoVersion:
min: 0.128.0
imports:
- path: github.com/google/docsy
disable: false
- path: github.com/google/docsy/dependencies
disable: false