forked from crossplane/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
73 lines (67 loc) · 1.81 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
62
63
64
65
66
67
68
69
70
71
72
73
baseURL: "/"
enableRobotsTXT: True
languageCode: "en-us"
title: "Crossplane"
theme: "geekboot"
enableGitInfo: true
uglyurls: false
disableKinds:
- taxonomy
- term
- RSS
ignoreFiles:
- README.md
build:
# writeStats: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
highlight:
codeFences: true
noClasses: false
linenos: true
anchorLineNos: true
lineNumbersInTable: false
module:
mounts:
- source: content
target: content
- source: assets
target: assets
- source: content
target: assets/content
includeFiles:
- "**/**.png"
- "**/**.jpg"
- "**/**.jpeg"
- "**/**.gif"
security:
funcs:
getenv:
- ^CONTEXT
- ^REVIEW_ID
params:
latest: "1.11"
upboundLink: "https://www.upbound.io/"
slackLink: "https://slack.crossplane.io/"
githubLink: "https://github.com/crossplane/crossplane"
twitterLink: "https://twitter.com/crossplane_io"
forumLink: "https://groups.google.com/forum/#!forum/crossplane-dev"
youtubeLink: "https://www.youtube.com/channel/UC19FgzMBMqBro361HbE46Fw"
podcastLink: "https://www.youtube.com/playlist?list=PL510POnNVaaYFuK-B_SIUrpIonCtLVOzT"
blogLink: "https://blog.crossplane.io/"
communityMeetingLink: "https://github.com/crossplane/crossplane/#get-involved"
cncfLink: "https://www.cncf.io/"
prodFormLink: "https://docs.google.com/forms/d/e/1FAIpQLSev-5clADSdkwi_wiFqBCAECeIoAQDE91chBbeWbvyTjRCeYg/viewform"
infoMailToLink: "mailto:[email protected]"
upboundGithubLink: "https://github.com/upbound"
docs: true
repoLink: "https://github.com/crossplane/crossplane"
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."