Order eventing, clean up extra header (#2318)

This commit is contained in:
Evan Anderson 2020-03-17 18:09:06 -07:00 committed by GitHub
parent 543433136e
commit 66544546b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: "Accessing CloudEvent traces" title: "Accessing CloudEvent traces"
#linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE" #linkTitle: "OPTIONAL_ALTERNATE_NAV_TITLE"
weight: 50 weight: 85
type: "docs" type: "docs"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: "Broker and Trigger" title: "Broker and Trigger"
weight: 30 weight: 20
type: "docs" type: "docs"
--- ---

View File

@ -4,8 +4,6 @@ weight: 30
type: "docs" type: "docs"
--- ---
# Channel Based Broker
NOTE: This doc assume the shared Knative Eventing components are installed in the `knative-eventing` NOTE: This doc assume the shared Knative Eventing components are installed in the `knative-eventing`
namespace. If you installed the shared Knative Eventing components in a different namespace, replace namespace. If you installed the shared Knative Eventing components in a different namespace, replace
`knative-eventing` with the name of that namespace. `knative-eventing` with the name of that namespace.

View File

@ -1,7 +1,7 @@
--- ---
title: "Knative Eventing channels" title: "Knative Eventing channels"
linkTitle: "Channels" linkTitle: "Channels"
weight: 15 weight: 40
type: "docs" type: "docs"
showlandingtoc: "true" showlandingtoc: "true"
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: "Debugging Knative Eventing" title: "Debugging Knative Eventing"
linkTitle: "Debugging" linkTitle: "Debugging"
weight: 100 weight: 80
type: "docs" type: "docs"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: "Event delivery" title: "Event delivery"
weight: 40 weight: 50
type: "docs" type: "docs"
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: "Event registry" title: "Event registry"
weight: 40 weight: 25
type: "docs" type: "docs"
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: "Knative Eventing code samples" title: "Knative Eventing code samples"
linkTitle: "Code samples" linkTitle: "Code samples"
weight: 90 weight: 100
type: "docs" type: "docs"
showlandingtoc: "true" showlandingtoc: "true"
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: "Knative Eventing sources" title: "Knative Eventing sources"
linkTitle: "Eventing sources" linkTitle: "Eventing sources"
weight: 20 weight: 30
type: "docs" type: "docs"
--- ---