Skip to content

Commit

Permalink
fix: intro linking
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-hiller committed Oct 27, 2023
1 parent 022a2ae commit 0b70f0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ Here we want to provide some usefull informations and installation guides
We have a few installation options you can choose from

### Production ready
* [Automated installation](installation/auromated_installation/getting_started)
* [Docker Compose](installation/docker/production_version)
* [Kubernetes (Helm)](installation/kubernetes/helm_chart)
* [Automated installation](/docs/installation/auromated_installation/getting_started.md)
* [Docker Compose](/docs/installation/docker/production_version.md)
* [Kubernetes (Helm)](/docs/installation/kubernetes/helm_chart.md)
* [Manual Installation](category/manual-installation)


### Configuration
#### Proxy
* [NGINX](configuration/proxy/nginx)
* [Apache2](configuration/proxy/apache2)
* [Traefik](configuration/proxy/traefik)
* [Caddy](configuration/proxy/caddy)
* [NGINX](/docs/configuration/proxy/nginx.md)
* [Apache2](/docs/configuration/proxy/apache2.md)
* [Traefik](/docs/configuration/proxy/traefik.md)
* [Caddy](/docs/configuration/proxy/caddy.md)


### Development version
Based on latest commit
* [Docker Compose](installation/docker/development_version)
* [Docker Compose](/docs/installation/docker/development_version.md)
* [Manual Installation](category/development-version)


### Development
* [Development](development)
* [Development](/docs/development.md)

0 comments on commit 0b70f0e

Please sign in to comment.