Skip to content

Commit

Permalink
Merge pull request #788 from dgkanatsios/docs-fix
Browse files Browse the repository at this point in the history
Add index + navigation for Generic Gateway documentation
  • Loading branch information
radu-matei authored Jan 29, 2019
2 parents 8fb328b + 51c8695 commit 00f5ad4
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 00f5ad4

Please sign in to comment.