diff options
author | Florian Klink <flokli@flokli.de> | 2024-06-26T08·06+0300 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-06-26T14·22+0000 |
commit | 888028b67497c75146b18239b97669e84a6b5315 (patch) | |
tree | 54164c81004aa8c4c6fe57908633cc9d2a27e1f2 /tvix/docs/src/eval/builtins.md | |
parent | 50150fa3c8518d5b55dc6ccdeb365fb5f1e34ae0 (diff) |
docs(tvix): use `#` for toplevel headings r/8312
See discussion in cl/11869. Let's use `#` consistently, we also use `##` for deeper nested subheadings. Change-Id: Ie25ebda708639fb617d456c275ae5a264fc4ce85 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11881 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: toastal <toastal@posteo.net>
Diffstat (limited to 'tvix/docs/src/eval/builtins.md')
-rw-r--r-- | tvix/docs/src/eval/builtins.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/docs/src/eval/builtins.md b/tvix/docs/src/eval/builtins.md index dba4c48c65e1..d9fcd72ccab5 100644 --- a/tvix/docs/src/eval/builtins.md +++ b/tvix/docs/src/eval/builtins.md @@ -1,5 +1,4 @@ -Nix builtins -============ +# Nix builtins Nix has a lot of built-in functions, some of which are accessible in the global scope, and some of which are only accessible through the |