Skip to content

Commit

Permalink
Merge pull request #176 from kubeshop/olelensmar/docs/ambassador2
Browse files Browse the repository at this point in the history
docs: added ambassador2 to navigation
  • Loading branch information
olensmar authored Sep 29, 2021
2 parents 2cbe336 + 2186c1e commit cfcc3cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
12 changes: 7 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]: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`
Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ theme:
highlightjs: true
hljs_languages:
- yaml
features:
- navigation.expand

nav:
- Welcome: index.md
Expand All @@ -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
Expand All @@ -30,7 +33,7 @@ nav:
extra:
analytics:
provider: google
property: UA-204665550-4
property: GTM-5S7QKN7

consent:
title: Cookie consent
Expand Down

0 comments on commit cfcc3cb

Please sign in to comment.