Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e67d780

Browse files
committedMay 18, 2021
Add missing frontmatter to some docs
Some documentation files had no frontmatter block, making them invisible in the sidebar navigation on the website (since they were missing the linkTitle property). Update weights to adjust the order of links: - Installation to the top - Deprecations at the bottom - Migration guides just before Deprecations
1 parent 567dce3 commit e67d780

6 files changed

+30
-2
lines changed
 

‎docs/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
---
33
linkTitle: "Deprecations"
4-
weight: 16
4+
weight: 19
55
---
66
-->
77

‎docs/enabling-ha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
---
3+
linkTitle: "HA Support"
4+
weight: 13
5+
---
6+
-->
7+
18
# HA Support for Tekton Pipeline Controllers
29

310
- [Overview](#overview)

‎docs/install.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
---
3+
linkTitle: "Installation"
4+
weight: 1
5+
---
6+
-->
7+
18
# Installing Tekton Pipelines
29

310
This guide explains how to install Tekton Pipelines. It covers the following topics:

‎docs/migrating-from-knative-build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
---
33
linkTitle: "Migrating from Knative Build"
4-
weight: 13
4+
weight: 17
55
---
66
-->
77
# Migrating from Knative Build

‎docs/migrating-v1alpha1-to-v1beta1.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
---
3+
linkTitle: "Migrating from Tekton v1alpha1"
4+
weight: 18
5+
---
6+
-->
7+
18
# Migrating From Tekton `v1alpha1` to Tekton `v1beta1`
29

310
- [Changes to fields](#changes-to-fields)

‎docs/tekton-controller-performance-configuration.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
---
3+
linkTitle: "Tekton Controller Performance Configuration"
4+
weight: 16
5+
---
6+
-->
7+
18
# Tekton Controller Performance Configuration
29
Configure ThreadsPerController, QPS and Burst
310

0 commit comments

Comments
 (0)
Please sign in to comment.