libflint/mkdocs.yml

17 lines
392 B
YAML

site_name: libflint
site_url: https://docs.fputs.com/libflint
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'