Skip to content

Commit dbe0a93

Browse files
geriomtekton-robot
authored andcommitted
Rework left-hand nav order
- Refactor config file for legibiltiy - Write new menu logic to pick manual menu from config file - Replace spaces with dashes in folder names
1 parent a474765 commit dbe0a93

15 files changed

Lines changed: 209 additions & 125 deletions

File tree

config.toml

Lines changed: 0 additions & 121 deletions
This file was deleted.

config.yaml

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
baseURL: /
2+
title: Tekton
3+
enableRobotsTXT: true
4+
theme:
5+
- github.com/google/docsy
6+
- github.com/google/docsy/dependencies
7+
enableGitInfo: true
8+
contentDir: content/en
9+
defaultContentLanguage: en
10+
defaultContentLanguageInSubdir: false
11+
enableMissingTranslationPlaceholders: true
12+
disableKinds:
13+
- taxonomy
14+
- taxonomyTerm
15+
pygmentsCodeFences: true
16+
pygmentsUseClasses: false
17+
pygmentsUseClassic: false
18+
pygmentsStyle: manni
19+
enableEmoji: true
20+
ignoreFiles:
21+
- vendor/.*
22+
rss_sections:
23+
- blog
24+
permalinks:
25+
blog: /:section/:year/:month/:day/:slug/
26+
markup:
27+
defaultMarkdownHandler: goldmark
28+
goldmark:
29+
renderer:
30+
unsafe: true
31+
imaging:
32+
resampleFilter: CatmullRom
33+
quality: 75
34+
anchor: smart
35+
services:
36+
googleAnalytics:
37+
id: UA-154682132-1
38+
languages:
39+
en:
40+
title: Tekton
41+
description: Cloud Native CI/CD
42+
languageName: English
43+
weight: 1
44+
params:
45+
version_menu: Releases
46+
github_repo: https://github.com/tektoncd/website
47+
gcs_engine_id: 013756393218025596041:6eajntqsa6c
48+
ui:
49+
sidebar_menu_compact: false
50+
sidebar_menu_foldable: true
51+
breadcrumb_disable: false
52+
sidebar_search_disable: false
53+
navbar_logo: true
54+
footer_about_disable: false
55+
feedback:
56+
enable: true
57+
yes:
58+
Thanks! <a href="https://github.com/tektoncd/website/issues/new">Tell us
59+
how we can further improve</a>.
60+
no: Sorry about that. <a
61+
href="https://github.com/tektoncd/website/issues/new">Tell us how we can
62+
further improve</a>.
63+
links:
64+
developer:
65+
- name: GitHub
66+
url: https://github.com/tektoncd
67+
icon: fab fa-github
68+
desc: GitHub organization for the Tekton project
69+
sectionPagesMenu: "docs"
70+
menu:
71+
docs:
72+
- name: "Getting Started"
73+
url: "/docs/getting-started/"
74+
weight: 1
75+
- name: "Installation"
76+
url: "/docs/installation/"
77+
weight: 2
78+
- name: "Concepts"
79+
url: "/docs/concepts/"
80+
weight: 3
81+
- name: "How-to Guides"
82+
url: "/docs/how-to-guides/"
83+
weight: 4
84+
- name: "Tasks and Pipelines"
85+
url: "/docs/pipelines/"
86+
weight: 5
87+
- name: "Triggers and EventListeners"
88+
url: "/docs/triggers/"
89+
weight: 6
90+
- name: "Command-Line Interface"
91+
url: "/docs/cli/"
92+
weight: 7
93+
- name: "Supply Chain Security"
94+
url: "/docs/chains/"
95+
weight: 8
96+
- name: "Operator"
97+
url: "/docs/operator/"
98+
weight: 9
99+
- name: "Dashboard"
100+
url: "/docs/dashboard/"
101+
weight: 10
102+
- name: "Results"
103+
url: "/docs/results/"
104+
weight: 11
105+
- name: "Contribute"
106+
url: "/docs/contribute/"
107+
weight: 100

content/en/docs/Concepts/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
<!--
12
---
23
title: "Concepts"
34
linkTitle: "Concepts"
45
weight: 3
56
description: >
67
Conceptual and technical information about Tekton
78
---
9+
-->
810

911
This section presents an overview of what the Tekton project is and how some of
1012
its building blocks work.

content/en/docs/Contribute/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
title: "Contribute to Documentation"
44
linkTitle: "Contribute to Documentation"
5-
weight: 11
5+
weight: 0
66
description: >
77
Contribution guidelines
88
---
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)