summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-06 11:23:00 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-06 11:23:00 -0400
commit55d6a62e2bfb4ae6ac32c786dd20ec3025147d57 (patch)
tree54dcf95f81a0b32d01561bfcebf601761a99819a /docs/type_system/index.md
parent2d2b9a288fef7bed574671bf091052b85494065f (diff)
basic value types
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 430792b..c0c2647 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -21,6 +21,8 @@ Denotes that a field that does not resolve to anything
## Value Templates
* #### [Enum](./enum.md)
+* #### [Int](./int.md)
+* #### [Float](./float.md)
## Container Templates