Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add front matter to Build files #833

Merged
merged 12 commits into from
Jan 30, 2019
6 changes: 5 additions & 1 deletion build/auth.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Authentication
---
title: "Authentication"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 25
---

This document defines how authentication is provided during execution of a
build.
Expand Down
6 changes: 5 additions & 1 deletion build/build-templates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Build Templates
---
title: "Build templates"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 35
---

This document defines "Build Templates" and their capabilities.

Expand Down
6 changes: 5 additions & 1 deletion build/builder-contract.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Builders
---
title: "Builders"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 15
---

This document defines builder images and the conventions to which they are
expected to adhere.
Expand Down
6 changes: 5 additions & 1 deletion build/builds.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Knative `Build` resources
---
title: "Knative `Build` resources"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 5
---

Use the `Build` resource object to create and run on-cluster processes to
completion.
Expand Down
6 changes: 5 additions & 1 deletion build/creating-builds.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Creating a simple Knative Build
---
title: "Creating a simple Knative build"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 30
---

Use this page to learn how to create and then run a simple build in Knative. In
this topic, you create a Knative Build configuration file for a simple app,
Expand Down
6 changes: 5 additions & 1 deletion build/installing-build-component.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Installing the Knative Build component
---
title: "Installing the Knative Build component"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 10
---

Before you can run a Knative Build, you must install the Knative Build component
in your Kubernetes cluster. Use this page to add the Knative Build component to
Expand Down
6 changes: 5 additions & 1 deletion build/personas.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Knative Personas
---
title: "Knative personas"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 20
---

When discussing user actions, it is often helpful to
[define specific user roles](<https://en.wikipedia.org/wiki/Persona_(user_experience)>)
Expand Down
1 change: 1 addition & 0 deletions eventing/debugging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Debugging Knative Eventing

This is an evolving document on how to debug a non-working Knative Eventing setup.

## Audience

This document is intended for people that are familiar with [Knative Eventing](../README.md)'s object model. You don't need to be an expert, but do need to know roughly how things fit together.
Expand Down