| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: fix typos | Ben Siraphob | 2026-01-13 | 1 | -2/+2 |
| * | doc: add note on updating existing content to one-sentence-one-line | Valentin Gagarin | 2025-12-15 | 1 | -0/+4 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-10-02 | 1 | -0/+28 |
| |\ |
|
| | * | docs: add clarifying explanation about reference documentation•••apply @roberth suggestion
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| Johannes Kirschbauer | 2025-10-02 | 1 | -0/+28 |
| * | | doc: fix typos | Ben Siraphob | 2025-09-09 | 1 | -2/+2 |
| |/ |
|
| * | doc: fix typos | Ben Siraphob | 2025-08-27 | 1 | -3/+3 |
| * | **/README.md: one sentence per line•••As documented in doc/README.md.
| Wolfgang Walther | 2025-06-29 | 1 | -10/+21 |
| * | doc: point manual contributing guides to devmode's README (#411326)•••There's quite a bit of pingpong redirection with Nixpkgs and NixOS
manual utilities. Since devmode was lacking a README, the descriptive
text is moved there and it's referenced by both manuals. | Alejandro Sánchez Medina | 2025-06-16 | 1 | -5/+1 |
| * | docs: add instructions to load development utilities•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| Alejandro Sánchez Medina | 2025-05-20 | 1 | -1/+21 |
| * | doc: Cross-reference roles syntax doc & implementation•••reasoning:
- (doc -> code) make it easier to find where those are implemented
- to get easier insight if/what a specific renderer does with it
- in case one wants to improve them, which seems likely
as they are rather Nix/NixOS-specific
- (took me too long to find their implementation)
- (code -> doc) ensure changes to the code can be reflected in the doc
- code authors might not know about the reference documentation
or how to find it
| Felix Stupp | 2025-01-15 | 1 | -0/+1 |
| * | doc/README.md: Mention the alphabetical sorting in the documentation•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-12-10 | 1 | -0/+1 |
| * | nixos-render-docs: init redirects system•••Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
| GetPsyched | 2024-11-15 | 1 | -1/+7 |
| * | doc/README: fix nixos-render-docs link•••This was unintentionally broken in 571c71e6f73af34a229414f51585738894211408
| GetPsyched | 2024-11-15 | 1 | -1/+1 |
| * | doc/README: More anchors to link to•••Converts that long list into headers such that they can be linked to.
| Silvan Mosberger | 2024-10-10 | 1 | -84/+96 |
| * | Docs: highlight structure vision (#342978)•••Co-authored-by: Valentin Gagarin <valentin@gagarin.work> | Johannes Kirschbauer | 2024-09-19 | 1 | -3/+13 |
| * | treewide: Fix or remove some markdown links•••Found using https://github.com/serokell/xrefcheck, which unfortunately
can't trivially be enforced in CI because we also have the manual markdown
files that need post-processing to be valid
| Silvan Mosberger | 2024-09-03 | 1 | -1/+1 |
| * | Merge pull request #329400 from NixOS/doc-function-inputs•••doc/README: Add function Inputs guidelines | Robert Hensing | 2024-08-11 | 1 | -8/+25 |
| |\ |
|
| | * | doc/README: Add function Inputs guidelinesorigin/doc-function-inputs | Robert Hensing | 2024-07-23 | 1 | -8/+25 |
| * | | treewide: fix doc typos•••Done with `fd \\\.md$ . --type f -x typos --write-changes`
| Peder Bergebakken Sundt | 2024-07-26 | 1 | -1/+1 |
| |/ |
|
| * | Remove mentions of documentation-reviewers team•••See also https://github.com/NixOS/nix.dev/pull/978
| Silvan Mosberger | 2024-05-13 | 1 | -1/+1 |
| * | doc/gnome: Use `wrapGApps*` hook for referring to the hook family | Jan Tojnar | 2024-04-27 | 1 | -1/+1 |
| * | doc: remove links to docbook documentation (#305328)•••There appears to be no clear reason why docbook should be referenced here,
except perhaps for historical reasons from when the manual still used
docbook. | terru | 2024-04-19 | 1 | -6/+6 |
| * | doc: Update manuals bespoke syntax•••doc: add figure definition to bespoke syntax reference
doc: add example definition to bespoke syntax reference
doc: add footnote definition to beskpoke syntax reference
The usage of footnotes in the manuals is not the one documented
in markdown-it-py: https://python-markdown.github.io/extensions/footnotes/
doc: add inline comment definition to beskpoke syntax reference
doc: add typographic replacements to beskpoke syntax reference
doc: Fix rendering of bespoke syntax reference
doc: remove references to DocBook in the NixOS manual
doc: add entry on lack of HTML support
doc: Minor improvement
doc: update typographic replacements entry in beskpoke syntax reference
doc: add link reference definitions to beskpoke syntax reference
doc: fix footnote definition in beskpoke syntax reference
doc: Minor improvements from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| Alejandro Sanchez Medina | 2024-01-25 | 1 | -0/+78 |
| * | doc: update conventions with repl examples and function (in|out)puts | DS | 2024-01-25 | 1 | -0/+57 |
| * | doc: add types to template (#281220)•••* doc: add types to template
* mention types explicitly
* use separator that allows for more items in the type declaration
Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com>
---------
Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com> | Valentin Gagarin | 2024-01-25 | 1 | -5/+5 |
| * | Merge pull request #281211 from fricklerhandwerk/documentation-conventions•••doc: reword documentation conventions | Valentin Gagarin | 2024-01-15 | 1 | -9/+13 |
| |\ |
|
| | * | doc: reword documentation conventions | Valentin Gagarin | 2024-01-15 | 1 | -9/+13 |
| * | | doc: mention new documentation-reviewers subteam | Valentin Gagarin | 2024-01-15 | 1 | -0/+4 |
| |/ |
|
| * | doc: add documentation conventions to keep a consistent style | DS | 2024-01-04 | 1 | -0/+64 |
| * | Merge pull request #272183 from infinisil/nixpkgs-reference•••doc: Rename to Nixpkgs reference manual and restate purpose | Robert Hensing | 2023-12-10 | 1 | -6/+10 |
| |\ |
|
| | * | doc: Rename to Nixpkgs reference manual and state purpose•••For the time being, we're moving towards https://nix.dev/ containing
all tutorials and guides. The Nixpkgs manual is reinforced to be a
_reference_ manual. While it's not just reference for now, that's what
the docs team is working towards.
This commits rewrites the Nixpkgs manual introduction to reflect that
and point to some more useful links. The contribution docs are updated
similarly so it's not missed.
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| Silvan Mosberger | 2023-12-08 | 1 | -6/+10 |
| * | | CONTRIBUTING.md: Update markdown emphasising syntax•••GitHub supported special markdown syntax for emphasising blocks for some
time. This was however a beta feature, and still is, so it's subject to
changes.
Recently such a change happened: The syntax is different now.
See https://github.com/orgs/community/discussions/16925 for more
information
| Silvan Mosberger | 2023-12-06 | 1 | -1/+1 |
| |/ |
|
| * | doc: separate commit header conventions for each area, info on docs changes. | DS | 2023-11-13 | 1 | -0/+21 |
| * | doc manuals: change reference link to nixos-render-docs•••Co-authored-by: Silvan Mosberger <github@infinisil.com> | Alejandro Sánchez Medina | 2023-08-29 | 1 | -1/+1 |
| * | doc manuals: add reference to nixos-render-docs | Alejandro Sanchez Medina | 2023-08-24 | 1 | -0/+1 |
| * | doc/README.md: Cleanup | Silvan Mosberger | 2023-08-14 | 1 | -69/+57 |
| * | doc/contributing-to-documentation: Rough move to new contribution doc files•••Section in the manual have been preserved with a simple redirect to
GitHub, the proper anchors should be filled out in a future commit once
the new section names are decided.
| Silvan Mosberger | 2023-08-13 | 1 | -0/+116 |
| * | Create unified markdown files for contributing docs | Silvan Mosberger | 2023-08-13 | 1 | -2/+1 |
| * | doc/README.md: Add more links | Robert Hensing | 2021-03-06 | 1 | -0/+4 |
| * | doc/README.md: init | Robert Hensing | 2021-03-04 | 1 | -0/+8 |