From 51c86958435d3dfaeaf430022a27461d2fb49aa0 Mon Sep 17 00:00:00 2001 From: Dimitris-Ilias Gkanatsios Date: Tue, 29 Jan 2019 13:30:24 +0200 Subject: [PATCH] docs fix --- docs/topics/dockerhub.md | 2 +- docs/topics/genericgateway.md | 8 +++++++- docs/topics/secrets.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/topics/dockerhub.md b/docs/topics/dockerhub.md index 5c77d9979..d51c5d203 100644 --- a/docs/topics/dockerhub.md +++ b/docs/topics/dockerhub.md @@ -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) \ No newline at end of file diff --git a/docs/topics/genericgateway.md b/docs/topics/genericgateway.md index 8719dbebd..e49524895 100644 --- a/docs/topics/genericgateway.md +++ b/docs/topics/genericgateway.md @@ -64,4 +64,10 @@ events.on("webhook", (e, p) => { echo.run(); }); -``` \ No newline at end of file +``` + +--- + +Prev: [Container Registry Integration](dockerhub.md) `|` Next: [Using Secrets](secrets.md) + +Return to the [Table of Contents](index.md) \ No newline at end of file diff --git a/docs/topics/secrets.md b/docs/topics/secrets.md index 72d868f66..4870aefec 100644 --- a/docs/topics/secrets.md +++ b/docs/topics/secrets.md @@ -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) \ No newline at end of file