libflint/mkdocs.yml

23 lines
551 B
YAML
Raw Normal View History

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