-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 799 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (28 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
site_name: Dusk
site_url: https://kian_shepherd.gitlab.io/Dusk/
repo_url: https://gitlab.com/kian_shepherd/Dusk
site_author: Kian Shepherd
site_description: Dusk Language Documentation
site_dir: public
theme:
name: readthedocs
nav:
- 'index.md'
- 'Types':
- 'standard_types/integer_types.md'
- 'standard_types/floating_types.md'
- 'standard_types/string_types.md'
- 'standard_types/array_types.md'
- 'standard_types/struct_types.md'
- 'Standard Library':
- 'standard_library/base.md'
- 'standard_library/types.md'
- 'standard_library/io.md'
- 'standard_library/math.md'
- 'standard_library/vectors.md'
- 'standard_library/bignums.md'
- 'Syntax':
- 'syntax/general.md'
- 'syntax/functions.md'
- 'syntax/structs.md'
- 'license.md'