Skip to content

Commit

Permalink
Add front matter to Build files (#833)
Browse files Browse the repository at this point in the history
* Update README.md

* Adding front matter to builds.md

* Update installing-build-component.md

* Update README.md

Revert changes so Richie can handle this with the index file

* Update builder-contract.md

* Update personas.md

* Update auth.md

* Update creating-builds.md

* Update build-templates.md

* sentence case

* sentence case

* sentence case
  • Loading branch information
carieshmarie authored and RichieEscarez committed Feb 21, 2019
1 parent f42ff34 commit 6654ecd
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 8 deletions.
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: 0 additions & 1 deletion eventing/debugging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Debugging Knative Eventing

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

0 comments on commit 6654ecd

Please sign in to comment.