1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00
nix.dev/maintainers/this-month-in-nix-docs
2023-11-13 13:46:03 +01:00
..
make-post.sh Add call for support to this month in nix docs render (#702) 2023-09-14 17:13:39 +02:00
README.md Fix spell checking errors 2023-11-13 13:46:03 +01:00

This month in Nix docs

This is a script and template for compiling "This Month in Nix Docs". The process is semi-automated. The script queries a collection of Nix repositories, looking for merged PRs with documentation-related labels, RFCs (you have to look through these manually), and tracking issues in this repository.

A new post is created via:

$ ./make-post.sh <from YYYY-MM-DD> <to YYYY-MM-DD> > new-post.md

After this invocation a template post (new-post.md) will be filled out with the GitHub query results formatted as markdown at the end of the file.

There is some post-processing requried:

  • Fill in the number and year/month at the top of the post.
  • Manually check the RFCs for relevance
  • Remove the "Tracking Issues" section, it's there for your convenience while writing.