From da9bbd1e10d922d7c58fac2302105d08b5869e83 Mon Sep 17 00:00:00 2001 From: olensmar Date: Wed, 29 Sep 2021 09:40:28 +0200 Subject: [PATCH 1/2] docs: added ambassador2 to navigation --- README.md | 2 +- docs/getting-started.md | 12 +++++++----- mkdocs.yml | 5 ++++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b00c311..f3aa814 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ allowing you to Kusk currently supports (click for configuration options) - [Ambassador 1.x](https://kubeshop.github.io/kusk/ambassador/) -- [Ambassador 2.0](https://kubeshop.github.io/kusk/ambassador/) +- [Ambassador 2.0](https://kubeshop.github.io/kusk/ambassador2/) - **Warning** This is a developer preview and should be treated as unstable - [Linkerd](https://kubeshop.github.io/kusk/linkerd/) - [Nginx-Ingress](https://kubeshop.github.io/kusk/nginx-ingress/) diff --git a/docs/getting-started.md b/docs/getting-started.md index f28b97e..d746ab2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,19 +1,21 @@ -# Installation +# Getting Started -#### Homebrew +## Installing Kusk + +### Homebrew `brew install kubeshop/kusk/kusk` -#### Latest release on Github +### Latest release on Github `go install github.com/kubeshop/kusk@$VERSION` -#### From source +### From source ```shell git clone git@github.com:kubeshop/kusk.git && \ cd kusk && \ go install ``` -# Usage +## Usage For a run-through of what Kusk can do with the tools already installed in your cluster run: `kusk wizard -i my-openapi-spec.yaml` diff --git a/mkdocs.yml b/mkdocs.yml index 8efb4c8..f98025c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,6 +12,8 @@ theme: highlightjs: true hljs_languages: - yaml + features: + - navigation.expand nav: - Welcome: index.md @@ -20,7 +22,8 @@ nav: - Using with ArgoCD: argocd.md - Generators: - - Ambassador: ambassador.md + - Ambassador 1.X: ambassador.md + - Ambassador 2.X: ambassador2.md - Linkerd: linkerd.md - Nginx-Ingress: nginx-ingress.md - Traefik: traefik.md From 2186c1e5ac70617e2a30068ba24ba28c4c2e3ddb Mon Sep 17 00:00:00 2001 From: olensmar Date: Wed, 29 Sep 2021 09:42:06 +0200 Subject: [PATCH 2/2] docs: updated GA tag --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f98025c..8ff0428 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: extra: analytics: provider: google - property: UA-204665550-4 + property: GTM-5S7QKN7 consent: title: Cookie consent