commit - ec1b43354cef997f168f889d6830105e4ffcc292
commit + 7c2d060240db9ee8491b728a7c9ea4996bc85dbb
blob - 92300fd9a1d2f3ca5d8c7f587fd4709c4cc80a85 (mode 644)
blob + /dev/null
--- mkdocs.yml
+++ /dev/null
-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'
- - 'Memory': 'memory.md'
- - 'Network': 'network.md'
- - 'Parsing': 'parsing.md'
- - 'Set': 'set.md'
- - 'Stack': 'stack.md'
- - 'String': 'string.md'
- - 'Utility': 'utility.md'
- - 'Vector': 'vector.md'