Add parsing docs
On Master Push / test (push) Successful in 13s Details
On Master Push / docs (push) Successful in 16s Details

This commit is contained in:
Evan Burkey 2024-04-10 17:37:29 -07:00
parent 77d4c11054
commit c6d8e317da
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name: On Master Push name: On Master Push
on: on:
push: push:
branch: branches:
- master - master
jobs: jobs:
test: test:

View File

@ -12,6 +12,7 @@ nav:
- 'Linked List': 'linkedlist.md' - 'Linked List': 'linkedlist.md'
- 'Math': 'math.md' - 'Math': 'math.md'
- 'macOS': 'macos.md' - 'macOS': 'macos.md'
- 'Parsing': 'parsing.md'
- 'Set': 'set.md' - 'Set': 'set.md'
- 'Stack': 'stack.md' - 'Stack': 'stack.md'
- 'String': 'string.md' - 'String': 'string.md'