NixOS Wiki:Contributing: Difference between revisions
imported>Ixxie |
imported>Ixxie |
||
Line 40: | Line 40: | ||
** how-to's for dealing with a specific problem / tool | ** how-to's for dealing with a specific problem / tool | ||
** is a series of steps | ** is a series of steps | ||
* <pre>[[Category:Cookbook]]</pre> | |||
** is recipe orientated | |||
** a collection of short code snippets and hacks | |||
** arranged around a theme or tool | |||
* <pre>[[Category:Reference]]</pre> | * <pre>[[Category:Reference]]</pre> |
Revision as of 07:41, 23 August 2017
Tagging Articles
The mediawiki provides a way to tag articles at the end of the article. We are using this feature to somewhat structure the wiki.
Ecosystem Tags
Elements of the Nix Ecosystem should be tagged by one or more of the following categories:
[[Category:NixOS]]
- Articles related to the Nix Operating System, the Module System and the System Configuration
[[Category:Nix]]
- Articles about Using the Nix Tools to acomplish great things
[[Category:Nixpkgs]]
- Articles about Maintaining code in the nixpkgs repository, structuring, and so on
[[Category:Nix Language]]
- Description of Language Quirks and Solutions
[[Category:NixOps]]
- the nixops tool and eco-system
[[Category:Hydra]]
- Continuous Integration related Documentation
[[Category:Disnix]]
- PaaS based on nix
Resource Tags
The type of documentation for new pages should be tagged with one of the following categories:
[[Category:Tutorial]]
- is learning-oriented
- allows the newcomer to get started
- is a lesson
[[Category:Discussion]]
- is understanding-oriented
- explains
- provides background and context
[[Category:Guide]]
- is goal-oriented
- how-to's for dealing with a specific problem / tool
- is a series of steps
[[Category:Cookbook]]
- is recipe orientated
- a collection of short code snippets and hacks
- arranged around a theme or tool
[[Category:Reference]]
- is information-oriented
- describes the machinery
- is accurate and complete
- Most of the time the nixos-wiki will not contain reference documents
References
- Types of Documentation: https://www.divio.com/en/blog/documentation/
- Wiki Restructuring Discussion: https://github.com/nixos-users/wiki/issues/3