NixOS Wiki:Contributing: Difference between revisions

From NixOS Wiki
imported>Ixxie
imported>Ixxie
Line 38: Line 38:
* <pre>[[Category:Guide]]</pre>
* <pre>[[Category:Guide]]</pre>
** is goal-oriented
** is goal-oriented
** how-to's for dealing with a specific problem
** how-to's for dealing with a specific problem / tool
** is a series of steps
** is a series of steps



Revision as of 07:27, 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]]
  • [[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:Reference]]
    • is information-oriented
    • describes the machinery
    • is accurate and complete
    • Most of the time the nixos-wiki will not contain reference documents

References