Skip to content

Commit

Permalink
add PR#851 - channels (knative#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieEscarez committed Mar 19, 2019
1 parent c0413e7 commit 35f833c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/eventing/channels/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ procedure:
```
-->

# Knative Channels

Channels are Kubernetes Custom Resources which define a single event forwarding
and persistence layer. Messaging implementations may provide implementations of
Channels via the
Expand Down
8 changes: 8 additions & 0 deletions docs/eventing/channels/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Knative Eventing channels"
linkTitle: "Eventing channels"
weight: 40
type: "docs"
---

{{% readfile file="docs/eventing/channels/README.md" markdown="true" %}}
5 changes: 4 additions & 1 deletion docs/eventing/channels/default-channels.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Default Channels
---
title: "Default channels"
weight: 2
---

The default channel configuration allows channels to be created without
specifying a provisioner. This leaves the selection of channel provisioner and
Expand Down
2 changes: 0 additions & 2 deletions docs/eventing/channels/generator/ReadmeTemplate.gomd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ procedure:
```
-->

# Knative Channels

Channels are Kubernetes Custom Resources which define a single event forwarding and persistence layer.
Messaging implementations may provide implementations of Channels via the
[ClusterChannelProvisioner](https://github.com/knative/eventing/blob/master/pkg/apis/eventing/v1alpha1/cluster_channel_provisioner_types.go#L35)
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/debugging/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debugging Knative Eventing"
linkTitle: "Debugging"
weight: 60
weight: 80
type: "docs"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Knative Eventing samples"
linkTitle: "Sample apps"
weight: 30
weight: 60
type: "docs"
---

0 comments on commit 35f833c

Please sign in to comment.