diff --git a/mkdocs.yml b/mkdocs.yml index 7717dd6..41518dc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,6 +12,7 @@ nav: - 'Linked List': 'linkedlist.md' - 'Math': 'math.md' - 'macOS': 'macos.md' + - 'Parsing': 'parsing.md' - 'Set': 'set.md' - 'Stack': 'stack.md' - 'String': 'string.md'