Merge pull request 'Docs: init migration guide for clanServices' (#3679) from service-docs into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3679
This commit is contained in:
hsjobeki
2025-05-16 14:39:22 +00:00
9 changed files with 211 additions and 149 deletions

View File

@@ -126,7 +126,7 @@ in
- The module MUST have at least `features = [ "inventory" ]` in the frontmatter section.
- The module MUST have a subfolder `roles` with at least one `{roleName}.nix` file.
For further information see: [Module Authoring Guide](../../authoring/clanServices/index.md).
For further information see: [Module Authoring Guide](../../guides/authoring/clanServices/index.md).
???+ example
```nix