docs: move service definition into explizit markdown file

This commit is contained in:
Johannes Kirschbauer
2025-10-03 21:16:32 +02:00
parent 6c972c1e19
commit 3068a9e16a
9 changed files with 22 additions and 34 deletions

View File

@@ -68,7 +68,7 @@ inventory.instances = {
## Module Settings
Each role might expose configurable options. See clan's [clanServices
reference](../../services/official/index.md) for all available options.
reference](../../services/definition.md) for all available options.
Settings can be set in per-machine or per-role. The latter is applied to all
machines that are assigned to that role.
@@ -155,7 +155,7 @@ inventory.instances = {
You can use services exposed by Clan's core module library, `clan-core`.
🔗 See: [List of Available Services in clan-core](../../services/official/index.md)
🔗 See: [List of Available Services in clan-core](../../services/definition.md)
## Defining Your Own Service