21 lines
493 B
YAML
21 lines
493 B
YAML
site_name: libflint
|
|
site_url: https://fputs.com/docs/libflint
|
|
theme:
|
|
name: readthedocs
|
|
nav:
|
|
- 'index.md'
|
|
- 'Modules':
|
|
- 'Binary Tree': 'binarytree.md'
|
|
- 'Boolean': 'bool.md'
|
|
- 'Crypto': 'crypto.md'
|
|
- 'Input': 'input.md'
|
|
- 'Linked List': 'linkedlist.md'
|
|
- 'Math': 'math.md'
|
|
- 'macOS': 'macos.md'
|
|
- 'Parsing': 'parsing.md'
|
|
- 'Set': 'set.md'
|
|
- 'Stack': 'stack.md'
|
|
- 'String': 'string.md'
|
|
- 'Utility': 'utility.md'
|
|
- 'Vector': 'vector.md'
|