From 168e070965aa2d98326b297d10339c4ad131c560 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 17:52:05 -0400 Subject: add gc and shared as a qualifier type --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 0741131..3ef859f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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' -- cgit v1.2.3