doc: move implementation guide under contributing
This commit is contained in:
parent
2cc2ab5195
commit
0822ed680f
3 changed files with 9 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1463,6 +1463,9 @@
|
|||
"contributing-chat": [
|
||||
"contributing.html#contributing-chat"
|
||||
],
|
||||
"contributing-code": [
|
||||
"contributing.html#contributing-code"
|
||||
],
|
||||
"contributing-deploy-colmena": [
|
||||
"contributing.html#contributing-deploy-colmena"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue