docs: Move developer guides into the Developer section
nix fmt address davhau review
This commit is contained in:
@@ -142,7 +142,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](../../guides/authoring/clanServices/index.md).
|
||||
For further information see: [Module Authoring Guide](../../developer/extensions/clanServices/index.md).
|
||||
|
||||
???+ example
|
||||
```nix
|
||||
@@ -179,8 +179,8 @@ in
|
||||
map (m: "'${m}'") (lib.attrNames (lib.filterAttrs (n: _v: !builtins.elem n allowedNames) moduleSet))
|
||||
)}
|
||||
|
||||
See: https://docs.clan.lol/guides/clanServices/
|
||||
And: https://docs.clan.lol/guides/authoring/clanServices/
|
||||
See: https://docs.clan.lol/developer/extensions/clanServices/
|
||||
And: https://docs.clan.lol/developer/extensions/clanServices/
|
||||
'' moduleSet;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user