Browse Source

Update _sidebar.md

Marco Bambini 6 years ago
parent
commit
dcd815d8cc
1 changed files with 13 additions and 6 deletions
  1. 13 6
      docs/_sidebar.md

+ 13 - 6
docs/_sidebar.md

@@ -8,12 +8,19 @@
   * [Syntax](syntax.md)
   * [Operators](operators.md)
   * [Types](types.md)
-  * [Lists](list.md)
-  * [Maps](map.md)
-  * [Enums](enum.md)
-  * [Functions](func.md)
-  * [Closures](closure.md)
-  * [Classes](class.md)
+  * [Object](object.md)
+  * [Int](int.md)
+  * [Float](float.md)
+  * [String](string.md)
+  * [Bool](bool.md)
+  * [Null](null.md)
+  * [List](list.md)
+  * [Map](map.md)
+  * [Enum](enum.md)
+  * [Function](func.md)
+  * [Closure](closure.md)
+  * [Class](class.md)
+  * [Instance](instance.md)
   * [Control Flow](controlflow.md)
   * [Loops](loop.md)
   * [Fibers](fiber.md)