| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: correct typos and spelling (#237098) | Andrew | 2023-06-11 | 1 | -2/+2 |
| * | doc: prepare for commonmark•••We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly.
Notably:
- Line breaks in lists behave differently.
- Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75
- The auto_identifiers uses a different algorithm – I made the previous ones explicit.
- Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist
While at it, I also fixed the following issues:
- ShellSesssion was used
- Removed some pointless docbook tags.
| Jan Tojnar | 2021-06-07 | 1 | -8/+9 |
| * | doc: explicit Markdown anchors for top-level headings; remove metadata•••I used the existing anchors generated by Docbook, so the anchor part
should be a no-op. This could be useful depending on the
infrastructure we choose to use, and it is better to be explicit than
rely on Docbook's id generating algorithms.
I got rid of the metadata segments of the Markdown files, because they
are outdated, inaccurate, and could make people less willing to change
them without speaking with the author.
| Ryan Mulligan | 2021-01-01 | 1 | -6/+1 |
| * | treewide: use https for nixos.org and hydra.nixos.org•••tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
| Pavol Rusnak | 2020-05-03 | 1 | -1/+1 |
| * | xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add tr... | Sander van der Burg | 2019-11-11 | 1 | -1/+11 |
| * | Add documentation for building iOS apps | Sander van der Burg | 2018-12-18 | 1 | -0/+219 |