forked from Piotr1215/upbound-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
61 lines (56 loc) · 1.13 KB
/
config.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
baseURL: "/"
enableRobotsTXT: True
languageCode: "en-us"
title: "Upbound Docs"
theme: "upbound"
enableGitInfo: true
uglyurls: false
timeout: 180000
disableKinds:
- taxonomy
- term
- RSS
build:
# writeStats: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
highlight:
codeFences: true
noClasses: false
linenos: false
anchorLineNos: true
lineNumbersInTable: false
module:
mounts:
- source: content
target: content
- source: assets
target: assets
- source: content
target: assets/content
includeFiles:
- "**/**.png"
- "**/**.jpg"
- "**/**.jpeg"
- "**/**.gif"
- source: content
target: data/crds
includeFiles:
- "**/**.yaml"
# Enable Hugo access to environmental variables to apply deploy preview banner
security:
funcs:
getenv:
- ^CONTEXT
- ^REVIEW_ID
params:
repoLink: "https://github.com/upbound/"
anchors:
min: 2
max: 5
description: "Crossplane lets you build a control plane with Kubernetes-style declarative and API-driven configuration and management for anything."