mirror of https://github.com/knative/docs.git
Order eventing, clean up extra header (#2318)
This commit is contained in:
parent
543433136e
commit
66544546b0
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Broker and Trigger"
|
title: "Broker and Trigger"
|
||||||
weight: 30
|
weight: 20
|
||||||
type: "docs"
|
type: "docs"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Debugging Knative Eventing"
|
title: "Debugging Knative Eventing"
|
||||||
linkTitle: "Debugging"
|
linkTitle: "Debugging"
|
||||||
weight: 100
|
weight: 80
|
||||||
type: "docs"
|
type: "docs"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Event delivery"
|
title: "Event delivery"
|
||||||
weight: 40
|
weight: 50
|
||||||
type: "docs"
|
type: "docs"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Event registry"
|
title: "Event registry"
|
||||||
weight: 40
|
weight: 25
|
||||||
type: "docs"
|
type: "docs"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue