Skip to content

Commit

Permalink
Add front matter to Build files (knative#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 Jan 30, 2019
1 parent 85159ad commit 0928d1d
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 7 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: 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

0 comments on commit 0928d1d

Please sign in to comment.