From e8ebbe82b1c44fea0b7f80695c082c0de74bc926 Mon Sep 17 00:00:00 2001 From: Daniel Mader Date: Mon, 26 Aug 2024 16:25:20 +0200 Subject: [PATCH] docs: use Docusaurus admonitions syntax (#112) --- agent_application/CONFIGURATION.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/agent_application/CONFIGURATION.md b/agent_application/CONFIGURATION.md index cd434ecf..acc4c8e0 100644 --- a/agent_application/CONFIGURATION.md +++ b/agent_application/CONFIGURATION.md @@ -2,11 +2,13 @@ A configuration file is used to configure UniCore. It is expected to be present in `agent_application/config.yaml`. An example can be found in [example-config.yaml](example-config.yaml). Values can also be set through the environment, preferably used to inject sensitive values or environment-specific values. -> [!NOTE] -> Environment variables **override** values specified in the configuration file. +:::info +Environment variables **override** values specified in the configuration file. +::: -> [!IMPORTANT] -> All environment variables need to be prefixed with `UNICORE__` to prevent conflicts with existing variables. +:::note +All environment variables need to be prefixed with `UNICORE__` to prevent conflicts with other unrelated variables. +::: ## General @@ -39,7 +41,8 @@ A configuration file is used to configure UniCore. It is expected to be present ## Look and Feel -> [!NOTE] -> Setting display values is currently not supported through environment variables. Please refer to `config.yaml`. +:::info +Setting display values is currently not supported through environment variables. Please refer to `config.yaml`. +:::