From 745404ea425fe2dee335460f1d93dd83aa5754e6 Mon Sep 17 00:00:00 2001 From: Richie Escarez Date: Wed, 26 Jun 2019 17:32:29 -0700 Subject: [PATCH] add _index.md to sequences --- docs/eventing/samples/sequence/_index.md | 7 +++++++ .../sequence/sequence-reply-to-event-display/README.md | 9 +-------- .../sequence/sequence-reply-to-event-display/_index.md | 8 ++++++++ .../sequence/sequence-reply-to-sequence/README.md | 9 +-------- .../sequence/sequence-reply-to-sequence/_index.md | 8 ++++++++ .../samples/sequence/sequence-terminal/README.md | 7 +------ .../samples/sequence/sequence-terminal/_index.md | 8 ++++++++ .../sequence/sequence-with-broker-trigger/README.md | 9 +-------- .../sequence/sequence-with-broker-trigger/_index.md | 8 ++++++++ 9 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 docs/eventing/samples/sequence/_index.md create mode 100644 docs/eventing/samples/sequence/sequence-reply-to-event-display/_index.md create mode 100644 docs/eventing/samples/sequence/sequence-reply-to-sequence/_index.md create mode 100644 docs/eventing/samples/sequence/sequence-terminal/_index.md create mode 100644 docs/eventing/samples/sequence/sequence-with-broker-trigger/_index.md diff --git a/docs/eventing/samples/sequence/_index.md b/docs/eventing/samples/sequence/_index.md new file mode 100644 index 00000000000..5a7d0c953f9 --- /dev/null +++ b/docs/eventing/samples/sequence/_index.md @@ -0,0 +1,7 @@ +--- +title: "Sequence Example" +linkTitle: "Sequences" +weight: 10 +type: "docs" +--- + diff --git a/docs/eventing/samples/sequence/sequence-reply-to-event-display/README.md b/docs/eventing/samples/sequence/sequence-reply-to-event-display/README.md index c0eb39809ca..fac443276d5 100644 --- a/docs/eventing/samples/sequence/sequence-reply-to-event-display/README.md +++ b/docs/eventing/samples/sequence/sequence-reply-to-event-display/README.md @@ -1,15 +1,8 @@ ---- -title: "Sequence Wired to event-display" -weight: 20 -type: "docs" ---- - -# Using Sequences in series ## Overview We are going to create the following logical configuration. We create a -CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md], then +CronJobSource, feeding events to a [`Sequence`](../../../sequence.md), then taking the output of that `Sequence` and displaying the resulting output. ![Logical Configuration](./sequence-reply-to-event-display.png) diff --git a/docs/eventing/samples/sequence/sequence-reply-to-event-display/_index.md b/docs/eventing/samples/sequence/sequence-reply-to-event-display/_index.md new file mode 100644 index 00000000000..8f31c7f1bd6 --- /dev/null +++ b/docs/eventing/samples/sequence/sequence-reply-to-event-display/_index.md @@ -0,0 +1,8 @@ +--- +title: "Sequence wired to event-display" +linkTitle: "Displaying sequence output" +weight: 20 +type: "docs" +--- + +{{% readfile file="README.md" relative="true" markdown="true" %}} diff --git a/docs/eventing/samples/sequence/sequence-reply-to-sequence/README.md b/docs/eventing/samples/sequence/sequence-reply-to-sequence/README.md index c95fd89052a..6dcadbdc038 100644 --- a/docs/eventing/samples/sequence/sequence-reply-to-sequence/README.md +++ b/docs/eventing/samples/sequence/sequence-reply-to-sequence/README.md @@ -1,15 +1,8 @@ ---- -title: "Sequence Wired to another Sequence" -weight: 20 -type: "docs" ---- - -# Using Sequences in series ## Overview We are going to create the following logical configuration. We create a -CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md], then +CronJobSource, feeding events to a [`Sequence`](../../../sequence.md), then taking the output of that `Sequence` and sending it to a second `Sequence` and finally displaying the resulting output. diff --git a/docs/eventing/samples/sequence/sequence-reply-to-sequence/_index.md b/docs/eventing/samples/sequence/sequence-reply-to-sequence/_index.md new file mode 100644 index 00000000000..e0c6ae420d9 --- /dev/null +++ b/docs/eventing/samples/sequence/sequence-reply-to-sequence/_index.md @@ -0,0 +1,8 @@ +--- +title: "Sequence wired to another Sequence" +linkTitle: "Using Sequences in series" +weight: 20 +type: "docs" +--- + +{{% readfile file="README.md" relative="true" markdown="true" %}} diff --git a/docs/eventing/samples/sequence/sequence-terminal/README.md b/docs/eventing/samples/sequence/sequence-terminal/README.md index f0e811a20f5..cb4d312568d 100644 --- a/docs/eventing/samples/sequence/sequence-terminal/README.md +++ b/docs/eventing/samples/sequence/sequence-terminal/README.md @@ -1,13 +1,8 @@ -title: "Sequence terminal" weight: 20 type: "docs" - ---- - -# Using Sequences in series ## Overview We are going to create the following logical configuration. We create a -CronJobSource, feeding events to a (`Sequence`)[../../../sequence.md]. Sequence +CronJobSource, feeding events to a [`Sequence`](../../../sequence.md). Sequence can then do either external work, or out of band create additional events. ![Logical Configuration](./sequence-terminal.png) diff --git a/docs/eventing/samples/sequence/sequence-terminal/_index.md b/docs/eventing/samples/sequence/sequence-terminal/_index.md new file mode 100644 index 00000000000..b294f0c50ba --- /dev/null +++ b/docs/eventing/samples/sequence/sequence-terminal/_index.md @@ -0,0 +1,8 @@ +--- +title: "Sequence terminal" +linkTitle: "Create additional events" +weight: 20 +type: "docs" +--- + +{{% readfile file="README.md" relative="true" markdown="true" %}} diff --git a/docs/eventing/samples/sequence/sequence-with-broker-trigger/README.md b/docs/eventing/samples/sequence/sequence-with-broker-trigger/README.md index a7766b92709..3521ee43c9b 100644 --- a/docs/eventing/samples/sequence/sequence-with-broker-trigger/README.md +++ b/docs/eventing/samples/sequence/sequence-with-broker-trigger/README.md @@ -1,16 +1,9 @@ ---- -title: "Sequence with Broker and Trigger" -weight: 20 -type: "docs" ---- - -# Using Sequence with Broker and Trigger ## Overview We are going to create the following logical configuration. We create a CronJobSource, feeding events into the Broker, then we create a `Filter` that -wires those events into a (`Sequence`)[../../../sequence.md] consisting of 3 +wires those events into a [`Sequence`](../../../sequence.md) consisting of 3 steps. Then we take the end of the Sequence and feed newly minted events back into the Broker and create another Trigger which will then display those events. diff --git a/docs/eventing/samples/sequence/sequence-with-broker-trigger/_index.md b/docs/eventing/samples/sequence/sequence-with-broker-trigger/_index.md new file mode 100644 index 00000000000..b0da060aafe --- /dev/null +++ b/docs/eventing/samples/sequence/sequence-with-broker-trigger/_index.md @@ -0,0 +1,8 @@ +--- +title: "Using Sequence with Broker and Trigger" +linkTitle: "Using with Broker and Trigger" +weight: 20 +type: "docs" +--- + +{{% readfile file="README.md" relative="true" markdown="true" %}}