libflint/mkdocs.yml

17 lines
392 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':
- 'Boolean': 'lfbool.md'
- 'Input': 'lfinput.md'
- 'Math': 'lfmath.md'
- 'Utility': 'lfutility.md'
- 'Data Structures':
- 'Binary Tree': 'lfbinarytree.md'
- 'Linked List': 'lflinkedlist.md'
- 'Set': 'lfset.md'
- 'Stack': 'lfstack.md'