Skip to content

Commit 9910b8a

Browse files
RichieEscarezknative-prow-robot
authored andcommitted
explicit template types (knative#1061) (knative#1064)
1 parent c758cd1 commit 9910b8a

File tree

57 files changed

+105
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+105
-34
lines changed

blog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "Blog"
44
menu:
55
main:
66
weight: 30
7+
type: "blog"
78
---
89

910

blog/articles/Build--deploy--manage-modern-serverless-workloads-using-Knative-on-Kubernetes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
linkTitle: "Serverless workloads using Knative"
44
date: 2018-11-14
55
description: "Learn how to build, deploy, and manage modern serverless workloads using Knative on Kubernetes."
6+
type: "blog"
67
---
78

89
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><article class="h-entry">

blog/articles/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: "Knative articles"
33
linkTitle: "Articles"
44
weight: 30
5+
type: "blog"
56
---
67

blog/events/Knative-at-KubeCon-Seattle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
linkTitle: "KubeCon 2018"
44
date: 2018-12-04
55
description: "Knative sessions at KubeCon"
6+
type: "blog"
67
---
78

89
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><article class="h-entry">

blog/events/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
title: "Knative social events"
33
linkTitle: "Events"
44
weight: 20
5+
type: "blog"
56
---

blog/releases/Announcing-Knative-v0-2-Release.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
linkTitle: "Version 0.2 release"
44
date: 2018-11-14
55
description: "The Knative v0.2 release announcement"
6+
type: "blog"
67
---
78

89
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><article class="h-entry">

blog/releases/Announcing-Knative-v0-3-Release.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
linkTitle: "Version 0.3 release"
44
date: 2019-01-15
55
description: "The Knative v0.3 release announcement"
6+
type: "blog"
67
---
78

89
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><article class="h-entry">

blog/releases/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
title: "Knative releases"
33
linkTitle: "Releases"
44
weight: 20
5+
type: "blog"
56
---

community/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Community
33
menu:
44
main:
55
weight: 40
6+
type: "community"
67
---
78

89
<!--add blocks of content here to add more sections to the community page -->

docs/build/auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Authentication"
33
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
44
weight: 25
5+
type: "docs"
56
---
67

78
This document defines how authentication is provided during execution of a

0 commit comments

Comments
 (0)