Skip to content

Commit

Permalink
update preview and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Jul 29, 2021
1 parent e76546d commit 24263d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker_opts ?= --rm --tty --user "$$(id -u)"

antora_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}":/antora vshn/antora:2.3.3
antora_opts ?= --cache-dir=.cache/antora
preview_cmd ?= $(docker_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora vshn/antora-preview:2.3.4 --antora=docs --style=vshn
preview_cmd ?= $(docker_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora vshn/antora-preview:2.3.7 --antora=docs --style=vshn

vale_cmd ?= $(docker_cmd) run $(docker_opts) --volume "$${PWD}"/docs/modules:/pages vshn/vale:2.1.1 --minAlertLevel=error /pages

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= APPUiO Public for System Engineers

image::appuio_logo.png[APPUiO,256,link=https://www.appuio.ch]
image::appuio.svg[APPUiO,256,link=https://www.appuio.ch]

Welcome to the APPUiO Public for System Engineers documentation site.

Expand Down

0 comments on commit 24263d5

Please sign in to comment.