From 208a9b920d4d799b35f8b189e7bfe1365df6deea Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Mon, 11 Apr 2022 00:46:46 +0300 Subject: [PATCH] docs update --- .github/workflows/docker-image.yml | 1 + docs/faq.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 83e5880e..ef13aceb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -5,6 +5,7 @@ on: branches: [ master ] tags: - '*' + - '!*rc*' jobs: docker-image: diff --git a/docs/faq.md b/docs/faq.md index a76e8287..22ec6852 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -199,7 +199,7 @@ server { ## Docker image -We provide official images which can be found under `arcan1s/ahriman` repository. Docker image is being updated on each master commit as well as on each version. If you would like to use last (probably unstable build) you can use `latest` tag; otherwise you can use any version tag available. +We provide official images which can be found under `arcan1s/ahriman` repository. Docker image is being updated on each master commit as well as on each version. If you would like to use last (probably unstable) build you can use `edge` tag or `latest` for any tagged versions; otherwise you can use any version tag available. The default action (in case if no arguments provided) is `repo-update`. Basically the idea is to run container, e.g.: @@ -410,7 +410,7 @@ After these steps `index.html` file will be automatically synced to S3 yay -S python-jinja ``` -2. Register bot in telegram. You can do it by using by talking with [@BotFather](https://t.me/botfather). For more details please refer to [official documentation](https://core.telegram.org/bots). +2. Register bot in telegram. You can do it by talking with [@BotFather](https://t.me/botfather). For more details please refer to [official documentation](https://core.telegram.org/bots). 3. Optionally (if you want to post message in chat): @@ -602,7 +602,7 @@ You can also edit configuration and forward logs to `stderr`, just change `handl sed -i 's/handlers = syslog_handler/handlers = console_handler/g' /etc/ahriman.ini.d/logging.ini ``` -You can even configure logging as you wish, but kindly refer to python `logging` module configuration. +You can even configure logging as you wish, but kindly refer to python `logging` module [configuration](https://docs.python.org/3/library/logging.config.html). ### Html customization