Skip to content
Snippets Groups Projects
Commit 14300000 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into dependabot/bundler/docs/addressable-2.8.0

parents 8f105db1 0dd437d3
No related branches found
No related tags found
1 merge request!222Fix bundler vulnerabilities
......@@ -36,8 +36,8 @@ We use the [crdoc](https://github.com/fybrik/crdoc) tool to generate the API ref
crdoc --resources ../theodolite/crd/ --template api-reference/crds.tmpl --output api-reference/crds.md
```
With the following command, crdoc is installed and executed in Docker:
With the following command, crdoc is executed in Docker:
```sh
docker run --rm -v "`pwd`/../theodolite/crd/":/crd -v "`pwd`/api-reference":/api-reference golang sh -c "go install fybrik.io/crdoc@latest && crdoc --resources /crd/ --template /api-reference/crds.tmpl --output /api-reference/crds.md"
docker run --rm -v "`pwd`/../theodolite/crd/":/crd -u $UID -v "`pwd`/api-reference":/api-reference ghcr.io/fybrik/crdoc:0.6.0 --resources /crd/ --template /api-reference/crds.tmpl --output /api-reference/crds.md
```
......@@ -5,7 +5,7 @@ nav_order: 1
permalink: /
---
![Theodolite](assets/theodolite-stacked-transparent.svg){: .d-block .mx-auto .mb-8 .theodolite-logo }
![Theodolite](assets/logo/theodolite-stacked-transparent.svg){: .d-block .mx-auto .mb-8 .theodolite-logo }
Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment