Skip to content

Commit

Permalink
Format markdown (knative#1549)
Browse files Browse the repository at this point in the history
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
  • Loading branch information
mattmoor-sockpuppet authored and knative-prow-robot committed Jun 27, 2019
1 parent a175c42 commit d284c36
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
5 changes: 3 additions & 2 deletions docs/eventing/broker-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ kubectl -n default create rolebinding eventing-broker-filter \
Note that these commands each use three different objects, all named
`eventing-broker-ingress` or `eventing-broker-filter`. The `ClusterRole` is
installed with Knative Eventing
[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml). The `ServiceAccount` was
created two commands prior. The `RoleBinding` is created with this command.
[here](https://github.com/knative/eventing/blob/master/config/200-broker-clusterrole.yaml).
The `ServiceAccount` was created two commands prior. The `RoleBinding` is
created with this command.

Create RBAC permissions granting access to shared configmaps for logging,
tracing, and metrics configuration.
Expand Down
4 changes: 2 additions & 2 deletions docs/eventing/debugging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ This document works with

## Example

This guide uses an example consisting of an event source that sends
events to a function.
This guide uses an example consisting of an event source that sends events to a
function.

![src -> chan -> sub -> svc -> fn](ExampleModel.png)

Expand Down
1 change: 0 additions & 1 deletion docs/eventing/samples/sequence/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ linkTitle: "Sequences"
weight: 10
type: "docs"
---

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Overview

We are going to create the following logical configuration. We create a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Overview

We are going to create the following logical configuration. We create a
Expand Down
1 change: 0 additions & 1 deletion docs/eventing/samples/sequence/sequence-terminal/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Overview

We are going to create the following logical configuration. We create a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Overview

We are going to create the following logical configuration. We create a
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/eventing/eventing-contrib-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ aliases:
- /docs/reference/eventing/eventing-contrib-resources/
---


The API definitions for the Eventing resources that conform to
Knative Eventing are located in the
The API definitions for the Eventing resources that conform to Knative Eventing
are located in the
[`knative/eventing-contrib`](https://github.com/knative/eventing-contrib/tree/release-0.7/)
repo:

Expand Down

0 comments on commit d284c36

Please sign in to comment.