doc: move implementation guide under contributing

This commit is contained in:
ibizaman 2025-10-15 01:54:20 +02:00 committed by Pierre Penninckx
parent 2cc2ab5195
commit 0822ed680f
3 changed files with 9 additions and 4 deletions

View file

@ -164,6 +164,12 @@ $ nix run nixpkgs#nvd -- diff \
$ nix run nixpkgs#openssl -- rand -hex 64
```
## Write code {#contributing-code}
```{=include=} chapters html:into-file=//service-implementation-guide.html
service-implementation-guide.md
```
## Links that helped {#contributing-links}
While creating NixOS tests:

View file

@ -36,10 +36,6 @@ demos.md
contributing.md
```
```{=include=} chapters html:into-file=//service-implementation-guide.html
service-implementation-guide.md
```
```{=include=} appendix html:into-file=//options.html
options.md
```

View file

@ -1463,6 +1463,9 @@
"contributing-chat": [
"contributing.html#contributing-chat"
],
"contributing-code": [
"contributing.html#contributing-code"
],
"contributing-deploy-colmena": [
"contributing.html#contributing-deploy-colmena"
],