libflint/mkdocs.yml

23 lines
551 B
YAML
Raw Normal View History

2022-03-30 17:02:36 -07:00
site_name: libflint
2023-02-28 09:58:48 -08:00
site_url: https://fputs.com/docs/libflint
2022-03-30 17:02:36 -07:00
theme:
name: readthedocs
nav:
- 'index.md'
- 'Modules':
2023-10-25 09:21:59 -07:00
- 'Binary Tree': 'binarytree.md'
2023-07-12 11:32:21 -07:00
- 'Boolean': 'bool.md'
2024-03-28 15:19:05 -07:00
- 'Crypto': 'crypto.md'
2023-07-12 11:32:21 -07:00
- 'Input': 'input.md'
- 'Linked List': 'linkedlist.md'
2023-10-25 09:21:59 -07:00
- 'Math': 'math.md'
2023-12-28 12:35:00 -08:00
- 'macOS': 'macos.md'
2024-07-16 21:52:02 -07:00
- 'Memory': 'memory.md'
2024-07-09 14:05:25 -07:00
- 'Network': 'network.md'
2024-04-10 17:37:29 -07:00
- 'Parsing': 'parsing.md'
2023-07-12 11:32:21 -07:00
- 'Set': 'set.md'
- 'Stack': 'stack.md'
2023-12-05 10:30:54 -08:00
- 'String': 'string.md'
2023-10-25 09:21:59 -07:00
- 'Utility': 'utility.md'
- 'Vector': 'vector.md'