libflint/mkdocs.yml

17 lines
376 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-07-12 18:32:21 +00:00
- 'Boolean': 'bool.md'
- 'Input': 'input.md'
- 'Math': 'math.md'
- 'Utility': 'utility.md'
2022-03-31 00:02:36 +00:00
- 'Data Structures':
2023-07-12 18:32:21 +00:00
- 'Binary Tree': 'binarytree.md'
- 'Linked List': 'linkedlist.md'
- 'Set': 'set.md'
- 'Stack': 'stack.md'