diff --git a/docs/README.md b/docs/README.md index bbdc4dee54b149d1f4d23dbd9422d47d4f52d666..52b5311295e5a96721d9aa42f7e9c319da06960c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ``` diff --git a/docs/assets/theodolite-horizontal-transparent.svg b/docs/assets/logo/theodolite-horizontal-transparent.svg similarity index 100% rename from docs/assets/theodolite-horizontal-transparent.svg rename to docs/assets/logo/theodolite-horizontal-transparent.svg diff --git a/docs/assets/theodolite-stacked-transparent.svg b/docs/assets/logo/theodolite-stacked-transparent.svg similarity index 100% rename from docs/assets/theodolite-stacked-transparent.svg rename to docs/assets/logo/theodolite-stacked-transparent.svg diff --git a/docs/index.md b/docs/index.md index 5aac68967a79fe8ee4a7583ec937a793673fdb40..d3ef9c4be274e6ff623c0b5857f4ed0284697407 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ nav_order: 1 permalink: / --- -{: .d-block .mx-auto .mb-8 .theodolite-logo } +{: .d-block .mx-auto .mb-8 .theodolite-logo } Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.