From 55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 6 May 2026 11:23:00 -0400 Subject: basic value types --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 0d0031b..6af6847 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,3 +11,5 @@ 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' -- cgit v1.2.3