From adb5cfd6bed11bb2af45bd3eb45b315e6413ca70 Mon Sep 17 00:00:00 2001 From: nginx-aoife <50101789+nginx-aoife@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:39:48 +0100 Subject: [PATCH 1/4] Docs Test Update overview.md --- site/content/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/overview.md b/site/content/overview.md index a46f1b1de..1f504612f 100644 --- a/site/content/overview.md +++ b/site/content/overview.md @@ -9,7 +9,7 @@ categories: ["configuration"] doctypes: ["task"] --- -## Overview +## Overview DOCS TEST NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables: From 0dc553014a1ae1982bf12c041b205bd077c9c480 Mon Sep 17 00:00:00 2001 From: nginx-aoife <50101789+nginx-aoife@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:41:05 +0100 Subject: [PATCH 2/4] Update go-swagger install link in getting-started.md --- site/content/installation-upgrade/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/installation-upgrade/getting-started.md b/site/content/installation-upgrade/getting-started.md index fd587f832..ed714683b 100644 --- a/site/content/installation-upgrade/getting-started.md +++ b/site/content/installation-upgrade/getting-started.md @@ -94,7 +94,7 @@ The mock control plane can use either gRPC or REST protocols to communicate with ## Launch Swagger UI -Swagger UI requires goswagger be installed. See [instructions for installing goswagger](https://goswagger.io/install.html) for additional help. +Swagger UI requires goswagger be installed. See [instructions for installing goswagger](https://goswagger.io/go-swagger/install/) for additional help. To launch the Swagger UI for the REST interface run the following command: From 8a29214eb989ab4189589993bd58562e18e553b3 Mon Sep 17 00:00:00 2001 From: nginx-aoife <50101789+nginx-aoife@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:42:26 +0100 Subject: [PATCH 3/4] undo Update overview.md --- site/content/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/overview.md b/site/content/overview.md index 1f504612f..a46f1b1de 100644 --- a/site/content/overview.md +++ b/site/content/overview.md @@ -9,7 +9,7 @@ categories: ["configuration"] doctypes: ["task"] --- -## Overview DOCS TEST +## Overview NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables: From 810f859c2db808472fa8d623c01095870c2c3133 Mon Sep 17 00:00:00 2001 From: nginx-aoife <50101789+nginx-aoife@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:23:30 +0100 Subject: [PATCH 4/4] Update go-swagger link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796d7c8c7..d51f01b08 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ api: The mock control plane can use either gRPC or REST protocols to communicate with NGINX Agent. ### Launching Swagger UI -Swagger UI requires goswagger be installed. See [instructions for installing goswagger](https://goswagger.io/install.html) for additional help. +Swagger UI requires goswagger be installed. See [instructions for installing goswagger](https://goswagger.io/go-swagger/install/) for additional help. To launch the Swagger UI for the REST interface run the following command