-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 802 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (28 loc) · 802 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: Kai Lang
pages:
- Install: install.md
- The Basics: index.md
- Types:
- Basic Types: types/basic.md
- Arrays: types/array.md
- Pointers: types/pointer.md
- Enums: types/enumeration.md
- Unions: types/union.md
- Structs: types/struct.md
- Type Definition: types/type-def.md
- Operators: operator.md
- Control Flow: control-flow.md
- Procedures: procedure.md
- Import and Modules: module.md
- Compile Time Execution: compile-time.md
- Entry Point: entry-point.md
- Working with C: c.md
extra_css:
- css/extra.css
theme: material
markdown_extensions:
- codehilite(linenums=true)
- admonition
repo_url: https://github.com/kai-language/docs
repo_name: Kai-Lang
edit_uri: edit/master/docs/