From b26ad08b39b8229dcea0bafc4a8ba4b0d7ad7154 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 2 Jun 2026 16:26:09 -0400 Subject: reformat with sync and async calls --- mkdocs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 6efaf5e..46ea0d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,9 +5,10 @@ repo_name: Markdown Source copyright: Copyright © nodist nav: - Main: 'index.md' - - Syntax: - - Code: 'syntax/index.md' - - Operators: 'syntax/operators.md' + - Language: + - Syntax: 'language/index.md' + - Operators: 'language/operators.md' + - Ownership: 'language/ownership.md' - Type System: - Templates: 'type_system/index.md' - Alias: 'type_system/alias.md' @@ -38,5 +39,8 @@ nav: - Namespace: 'type_system/namespace.md' - Application: - Runtime: 'application/index.md' + - Interface: 'application/interface.md' + - Type: 'application/type.md' - Pool: 'application/pool.md' - - Processes: 'application/process.md' + - Thread: 'application/thread.md' + - Testing: 'application/testing.md' -- cgit v1.2.3