diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -21,12 +21,11 @@ nav: - Queue: 'type_system/queue.md' - Union: 'type_system/union.md' - Native: 'type_system/native.md' - - Shared: 'type_system/shared.md' - Error: 'type_system/error.md' - Const: 'type_system/const.md' - Empty: 'type_system/empty.md' - - Lock: 'type_system/lock.md' - Ref: 'type_system/ref.md' + - Shared: 'type_system/shared.md' - Var: 'type_system/var.md' - Fn: 'type_system/fn.md' - Task: 'type_system/task.md' @@ -36,6 +35,7 @@ nav: - Symbol: 'type_system/symbol.md' - Op: 'type_system/op.md' - List: 'type_system/list.md' + - Lock: 'type_system/lock.md' - Namespace: 'type_system/namespace.md' - Application: - Runtime: 'application/index.md' @@ -44,6 +44,7 @@ nav: - Pool: 'application/pool.md' - Thread: 'application/thread.md' - Io: 'application/io.md' + - Gc: 'application/gc.md' - Tuple: 'application/tuple.md' - Buffer: 'application/buffer.md' - Map: 'application/map.md' |
