Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Jan 29, 2019
1 parent 8fb328b commit 51c8695
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/topics/dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ single image, you will get two webhook invocations.
---
Prev: [GitHub Integration](github.md) `|` Next: [Using Secrets](secrets.md)
Prev: [GitHub Integration](github.md) `|` Next: [Generic Gateway Integration](genericgateway.md)
Return to the [Table of Contents](index.md)
8 changes: 7 additions & 1 deletion docs/topics/genericgateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ events.on("webhook", (e, p) => {

echo.run();
});
```
```

---

Prev: [Container Registry Integration](dockerhub.md) `|` Next: [Using Secrets](secrets.md)

Return to the [Table of Contents](index.md)
2 changes: 1 addition & 1 deletion docs/topics/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ We will then see `"hello world"` displayed in the logs.

---

Prev: [Container Registry Integration](dockerhub.md) `|` Next: [Brigade Gateways](gateways.md)
Prev: [Generic Gateway Integration](genericgateway.md) `|` Next: [Brigade Gateways](gateways.md)

Return to the [Table of Contents](index.md)

0 comments on commit 51c8695

Please sign in to comment.