-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathconfig.yaml
More file actions
117 lines (117 loc) · 2.88 KB
/
config.yaml
File metadata and controls
117 lines (117 loc) · 2.88 KB
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
108
109
110
111
112
113
114
115
116
117
baseURL: /
title: Tekton
enableRobotsTXT: true
theme:
- github.com/google/docsy
- github.com/google/docsy/dependencies
enableGitInfo: true
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
disableKinds:
- taxonomy
- taxonomyTerm
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: manni
enableEmoji: true
ignoreFiles:
- vendor/.*
rss_sections:
- blog
permalinks:
blog: /:section/:year/:month/:day/:slug/
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
services:
googleAnalytics:
id: G-G2WH79BEEM
languages:
en:
title: Tekton
description: Cloud Native CI/CD
languageName: English
weight: 1
params:
version_menu: Releases
github_repo: https://github.com/tektoncd/website
gcs_engine_id: 013756393218025596041:6eajntqsa6c
ui:
sidebar_menu_compact: false
sidebar_menu_foldable: true
breadcrumb_disable: true
sidebar_search_disable: false
navbar_logo: true
footer_about_disable: false
feedback:
enable: true
yes:
Thanks! <a href="https://github.com/tektoncd/website/issues/new">Tell us
how we can further improve</a>.
no: Sorry about that. <a
href="https://github.com/tektoncd/website/issues/new">Tell us how we can
further improve</a>.
links:
developer:
- name: Slack
url: https://join.slack.com/t/tektoncd/shared_invite/zt-1z8ctzsyv-wLXWwA2Rl3AOhcNGqpWRUw
icon: fab fa-slack
desc: Slack Channel for Tekton Project
- name: GitHub
url: https://github.com/tektoncd
icon: fab fa-github
desc: GitHub organization for the Tekton project
sectionPagesMenu: "docs"
menu:
docs:
- name: "Getting Started"
url: "/docs/getting-started/"
weight: 1
- name: "Installation"
url: "/docs/installation/"
weight: 2
- name: "Concepts"
url: "/docs/concepts/"
weight: 3
- name: "How-to Guides"
url: "/docs/how-to-guides/"
weight: 4
- name: "Tasks and Pipelines"
url: "/docs/pipelines/"
weight: 5
- name: "Pipelines-as-Code"
url: "/docs/pipelines-as-code/"
weight: 6
- name: "Triggers and EventListeners"
url: "/docs/triggers/"
weight: 7
- name: "Command-Line Interface"
url: "/docs/cli/"
weight: 8
- name: "Supply Chain Security"
url: "/docs/chains/"
weight: 9
- name: "Operator"
url: "/docs/operator/"
weight: 10
- name: "Dashboard"
url: "/docs/dashboard/"
weight: 11
- name: "Results"
url: "/docs/results/"
weight: 12
- name: "Pruner"
url: "/docs/pruner/"
weight: 13
- name: "Contribute"
url: "/docs/contribute/"
weight: 100