1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

Add recipes, reference, and contributing sections

This commit is contained in:
Zach Mitchell 2023-04-13 21:50:10 -04:00
parent 00da03358f
commit 20f2673d70
5 changed files with 33 additions and 21 deletions

View file

@ -1,12 +1,5 @@
# How to Contribute
```{toctree}
:hidden: true
documentation.md
writing-a-tutorial.md
```
This guide explains how you can contribute to Nix, Nix packages or
NixOS.

View file

@ -36,10 +36,39 @@ and [NixOps](http://nixos.org/nixops/manual/) manuals.
tutorials/index.md
templates/index.md
anti-patterns/index.md
reference/index.md
faq.md
recommended-reading.md
influences.md
glossary.md
contributing/index.md
```
```{toctree}
:glob:
:caption: Recipes
:maxdepth: 1
:hidden:
recipes/*
```
```{toctree}
:glob:
:caption: Reference
:maxdepth: 1
:hidden:
reference/pinning-nixpkgs.md
reference/glossary.md
Nixpkgs Manual <https://nixos.org/manual/nixpkgs/stable/>
NixOS Manual <https://nixos.org/manual/nixos/stable/>
Nix Reference Manual <https://nixos.org/manual/nix/stable/>
```
```{toctree}
:glob:
:caption: Contributing
:maxdepth: 1
:hidden:
contributing/how-to-contribute.md
contributing/documentation.md
contributing/writing-a-tutorial.md
```

View file

@ -1,10 +0,0 @@
# Reference
This section contains articles which are supplementary to the [tutorials](../tutorials/index.md).
```{toctree}
:glob: true
:maxdepth: 1
pinning-nixpkgs.md
```