docs: use admonish for callouts

Change-Id: Icec7321a49c40e7f7bcb1e4b307f13b8db4eac25
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11862
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
toastal 2024-06-20 14:08:31 +07:00
parent 8dde022d31
commit bf541acf29
5 changed files with 21 additions and 9 deletions

View file

@ -1,8 +1,10 @@
# Specification of the Nix Language
WARNING: This document is a work in progress. Please keep an eye on
```admonish attention
This document is a work in progress. Please keep an eye on
[`topic:nix-spec`](https://cl.tvl.fyi/q/topic:nix-spec) for ongoing
CLs.
```
Nix is a general-purpose, functional programming language which this
document aims to describe.