docs(authoring): restructure authoring guides

Mainly because we have two module specs now and they will remain
valid for a while. We need to keep the older format documented for a while
This commit is contained in:
Johannes Kirschbauer
2025-04-08 21:32:19 +02:00
parent da164696ea
commit b4f63b8835
7 changed files with 202 additions and 208 deletions

View File

@@ -120,7 +120,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](../../clanmodules/index.md).
For further information see: [Module Authoring Guide](../../authoring/clanServices/index.md).
???+ example
```nix