pennae
078707524e
nixos/mjolnir: convert manual chapter to MD
2023-01-10 10:31:56 +01:00
pennae
5320b4cff8
nixos/mailman: convert manual chapter to MD
2023-01-10 10:31:56 +01:00
pennae
a553f57cb6
nixos/trezord: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
77ee5a1436
nixos/emacs: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
296ffb4f1f
nixos/blackfire: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
8422592cf8
nixos/flatpak: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
453b2bed05
nixos/postgresql: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
5b012f2c55
nixos/foundationdb: convert manual chapter to MD
2023-01-10 10:31:55 +01:00
pennae
1ce4fde27b
nixos/borgbackup: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
53935b445f
nixos/acme: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
f60e9eac85
nixos/oh-my-zsh: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
eb2e1b04a6
nixos/plotinus: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
0a70ea5e69
nixos/digitalbitbox: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
3395f41bd1
nixos/input-method: convert manual chapter to MD
2023-01-10 10:31:54 +01:00
pennae
14cc405a69
nixos/manual: inline callout lists
...
we only have three uses at the moment, all of them in code blocks where
they could just as well (or maybe better) be comments. markdown can't do
callouts without another pandoc filter, so we'll turn them into comments
instead.
synapse would've benefited from inline links, but referencing an
external numbered list as plain text (instead of clickable links, like
callout lists had) seems even worse than putting urls into comments as
plain text.
2023-01-10 10:31:54 +01:00
pennae
90b4cb8ed2
nixos/manual: replace most examples with anchors
...
markdown doesn't really have examples as a first-class construct. we'll
keep all examples that are referenced around for now, but all
unreferenced examples turn into invisible anchors. (turning them into
fourth-level headings in their files, as would be necessary for emacs,
removes them from the TOC anyway.)
2023-01-10 10:31:53 +01:00
pennae
25ec23b9aa
nixos/manual: strip un-MD-able tags
...
productname, application, acronym, guilabel, and guibutton were so far
not rendered specially and can go away completely.
replaceable does render differently, but since it was only used twice
and in places where the intent should be clear without the extra markup
it can go as well.
2023-01-10 10:31:53 +01:00
pennae
d6fb4b0738
nixos/manual: replace <quote> with quotes
...
pandoc will turn them back into <quote> elements once we turn smart
quotes on (which we will not do at the start to keep diffs small).
2023-01-10 10:31:53 +01:00
pennae
21c0c631bc
nixos/manual: normalize <function> -> <literal>
...
use <literal> instead since markdown will have them as inline code blocks.
2023-01-10 10:31:53 +01:00
pennae
6aa4c2f9fc
nixos/manual: normalize <firstterm> -> <emphasis>
...
they're emphasized, so we can't just throw them out.
2023-01-10 10:31:53 +01:00
pennae
90c61bc706
nixos/manual: normalize <screen>
...
as with program listings, the leading/trailing newlines do not affect
rendering but make markdown translation easier.
2023-01-10 10:31:53 +01:00
pennae
22144ba269
nixos/manual: normalize <package> -> <literal>
...
markdown can only do <literal>, so normalize to that. without
auto-linking to a package index the distinction is not very useful anyway.
2023-01-10 10:31:52 +01:00
pennae
d60f02b753
nixos/manual: normalize <code> -> <literal>
...
markdown can only translate to <literal>, so normalize to that or to
other more appropriate tags.
2023-01-10 10:31:52 +01:00
pennae
0715ecf936
nixos/manual: normalize <programlisting>
...
makes sure that program listing tags are separated from their contents
by exactly a newline character. this makes the markdown translation
easier to verify (since no new newlines need to be inserted), and
there's no rendering difference anyway.
2023-01-10 10:31:52 +01:00
pennae
6930425922
nixos/manual: normalize <literal><link> -> <link><literal>
...
MD can only do the latter, so change them all over now to keeps diffs reviewable.
this also includes <literal><xref> -> <xref> where options are referenced since
the reference will implicitly add an inner literal tag.
2023-01-10 10:31:52 +01:00
pennae
80a78f2e1e
nixos/manual: remove links from program listings
...
markdown cannot represent those links. remove them all now instead of in
each chapter conversion to keep the diff for each chapter small and more
understandable.
2023-01-10 10:31:52 +01:00
Anderson Torres
593d558f05
Merge pull request #208196 from s1341/init_kasmweb
...
kasmweb: init at 1.12.0
2023-01-09 20:28:10 -03:00
Sandro
42094ae7fc
Merge pull request #209515 from SuperSandro2000/mastodon-dupe
2023-01-09 21:57:51 +01:00
Artturi
27c1ec2ecf
Merge pull request #209816 from Artturin/deprecate-top-level-platform-aliases
2023-01-09 22:15:50 +02:00
Artturin
2eeb34c273
treewide: {build,host,target}Platform -> stdenv.{build,host,target}Platform
2023-01-09 21:13:22 +02:00
Sandro
a5ca4cfdf1
Merge pull request #209758 from mattmelling/xastir-doc-fix
2023-01-09 16:49:18 +01:00
Naïm Favier
b8ee437596
Merge pull request #208643 from ncfavier/installer-test-tmp
2023-01-09 13:20:02 +01:00
Ross Gardiner
b199b821c2
nixos/grafana: fix spelling
2023-01-09 13:02:36 +01:00
Naïm Favier
aa3dc8b8c3
Merge pull request #208694 from ncfavier/resolvconf-nixos-enter
2023-01-09 12:58:31 +01:00
Naïm Favier
bff4bb5540
Merge pull request #208762 from ncfavier/link-manpages-options-doc
2023-01-09 11:57:01 +01:00
Naïm Favier
8cd3fc50f9
Merge pull request #209031 from ncfavier/fail2ban-nftables
2023-01-09 11:54:03 +01:00
Naïm Favier
1e05357c58
Merge pull request #209763 from ncfavier/fix-mkAliasOptionModule
2023-01-09 11:35:56 +01:00
s1341
dbfe3bd2e7
kasmweb: init at 1.12.0
2023-01-09 07:19:54 +02:00
Bobby Rong
21b9c3cee5
Merge pull request #209709 from bobby285271/init/nixosTests.mate
...
nixos/tests/mate: init
2023-01-09 12:38:19 +08:00
Martin Weinelt
56103f5f70
nixos/tests/evcc: Ignore ERROR level messages
...
The version checker fails with an ERROR message, so asserting on that
isn't useful for us since 0.110.2.
2023-01-09 02:34:55 +01:00
Aaron Andersen
4769274f53
Merge pull request #205526 from newAM/github-runner-oom
...
nixos/github-runner: add workDir option
2023-01-08 19:01:44 -05:00
Sandro
2eb836b43e
Merge pull request #208864 from GaetanLepage/fwupd
2023-01-09 00:57:48 +01:00
Naïm Favier
fb1bc8de93
lib/modules: make mkAliasOptionModule
emit DocBook
...
Follow-up to https://github.com/NixOS/nixpkgs/pull/208407
Removing `mdDoc` isn't enough, we need to emit actual DocBook.
2023-01-08 22:44:18 +01:00
Matt Melling
f8c8f22104
nixos/xastir: fix enable option doc string
2023-01-08 21:17:41 +00:00
Robert Hensing
22eb959f37
nixos/amazon-option: Tolerate harmless ec2.hvm for compatibility
...
Throwing an error necessitates changes in NixOps that are not safe yet.
2023-01-08 19:01:02 +01:00
Maciej Pasternacki
c3ec444a61
nixos/gitlab-runner: fix style issues flagged by statix
2023-01-08 17:37:43 +01:00
Maciej Pasternacki
d5cb89b024
nixos/gitlab-runner: fix problems introduced by last #209716
2023-01-08 17:36:45 +01:00
Bobby Rong
76c0fad164
nixos/tests/mate: init
2023-01-08 23:57:34 +08:00
K900
0c9aadc8ef
Merge pull request #209678 from K900/upd8n
...
n8n: 0.209.3 -> 0.210.1, disable telemetry
2023-01-08 15:29:25 +03:00
K900
337d358300
nixos/n8n: disable telemetry by default
...
Originally intended to just speed up the tests, but probably a good idea in general.
2023-01-08 14:43:53 +03:00