From 1030b6e50e486221785a198349f54ca606a0795c Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Thu, 28 Dec 2023 12:35:00 -0800 Subject: [PATCH] add macOS --- docs/macos.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/macos.md b/docs/macos.md index 120588c..576b3bc 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -1,6 +1,6 @@ # macOS -Platform-specific code for macOS. Everything in this library, including the headers, is wrapped in the following +Platform-specific code for macOS. Everything in this module, including the headers, is wrapped in the following preprocessor macro ```c diff --git a/mkdocs.yml b/mkdocs.yml index 7f3223a..38d8c8c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ nav: - 'Input': 'input.md' - 'Linked List': 'linkedlist.md' - 'Math': 'math.md' + - 'macOS': 'macos.md' - 'Set': 'set.md' - 'Stack': 'stack.md' - 'String': 'string.md'