doc: move implementation guide under contributing
This commit is contained in:
parent
2cc2ab5195
commit
2eaa79ee7c
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
|
$ 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}
|
## Links that helped {#contributing-links}
|
||||||
|
|
||||||
While creating NixOS tests:
|
While creating NixOS tests:
|
||||||
|
|
|
||||||
|
|
@ -36,10 +36,6 @@ demos.md
|
||||||
contributing.md
|
contributing.md
|
||||||
```
|
```
|
||||||
|
|
||||||
```{=include=} chapters html:into-file=//service-implementation-guide.html
|
|
||||||
service-implementation-guide.md
|
|
||||||
```
|
|
||||||
|
|
||||||
```{=include=} appendix html:into-file=//options.html
|
```{=include=} appendix html:into-file=//options.html
|
||||||
options.md
|
options.md
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1463,6 +1463,9 @@
|
||||||
"contributing-chat": [
|
"contributing-chat": [
|
||||||
"contributing.html#contributing-chat"
|
"contributing.html#contributing-chat"
|
||||||
],
|
],
|
||||||
|
"contributing-code": [
|
||||||
|
"contributing.html#contributing-code"
|
||||||
|
],
|
||||||
"contributing-deploy-colmena": [
|
"contributing-deploy-colmena": [
|
||||||
"contributing.html#contributing-deploy-colmena"
|
"contributing.html#contributing-deploy-colmena"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue