summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-21 15:26:56 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-21 15:26:56 -0400
commitc71cd186644570eb25c45ded7837b0e7aa54987a (patch)
treeb13b3700c2d5c7b23ffbe781615448f1ed184425 /mkdocs.yml
parent83729ca507a3266f3793c3ff2db7229a86e80aa6 (diff)
int and float under bits type
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index dce1970..147e78f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -13,8 +13,7 @@ nav:
- Alias: 'type_system/alias.md'
- Unique: 'type_system/unique.md'
- Enum: 'type_system/enum.md'
- - Int: 'type_system/int.md'
- - Float: 'type_system/float.md'
+ - Bits: 'type_system/bits.md'
- Tuple: 'type_system/tuple.md'
- Buffer: 'type_system/buffer.md'
- Map: 'type_system/map.md'