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/store | |
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/store')
-rw-r--r-- | tvix/docs/src/store/api.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/docs/src/store/api.md b/tvix/docs/src/store/api.md index 21c23ab6ad17..b20ec0e8bf5f 100644 --- a/tvix/docs/src/store/api.md +++ b/tvix/docs/src/store/api.md @@ -1,5 +1,4 @@ -tvix-[ca]store API -============== +# tvix-[ca]store API This document outlines the design of the API exposed by tvix-castore and tvix- store, as well as other implementations of this store protocol. |