about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-11-08 07:30:20 -0800
committerRyan Mulligan <ryan@ryantm.com>2022-11-08 07:30:20 -0800
commitf3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c (patch)
tree664f87e017957334867159dfb82f094d42840cfc /doc/builders
parent962a81051315a8a9506778f13f04295ced8017c1 (diff)
downloadnixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar.gz
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar.bz2
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar.lz
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar.xz
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.tar.zst
nixlib-f3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c.zip
nixpkgs/doc: fix admonition syntax
Match admonition syntax in

https://nixos.org/manual/nixpkgs/unstable/#chap-contributing
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/images/portableservice.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/builders/images/portableservice.section.md b/doc/builders/images/portableservice.section.md
index 1d23cafeefcf..5400928b158f 100644
--- a/doc/builders/images/portableservice.section.md
+++ b/doc/builders/images/portableservice.section.md
@@ -15,7 +15,7 @@ This allows using Nix to build images which can be run on many recent Linux dist
 The primary tool for interacting with Portable Services is `portablectl`,
 and they are managed by the `systemd-portabled` system service.
 
-:::{.note}
+::: {.note}
 Portable services are supported starting with systemd 239 (released on 2018-06-22).
 :::
 
@@ -37,7 +37,7 @@ dependencies of the two derivations in the `units` list.
 `units` must be a list of derivations, and their names must be prefixed with the service name (`"demo"` in this case).
 Otherwise `systemd-portabled` will ignore them.
 
-:::{.Note}
+::: {.note}
 The `.raw` file extension of the image is required by the portable services specification.
 :::
 
@@ -76,6 +76,6 @@ portablectl attach demo_1.0.raw
 systemctl enable --now demo.socket
 systemctl enable --now demo.service
 ```
-:::{.Note}
+::: {.note}
 See the [man page](https://www.freedesktop.org/software/systemd/man/portablectl.html) of `portablectl` for more info on its usage.
 :::