-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (50 loc) · 1.26 KB
/
mkdocs.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: Bia Language
use_directory_urls: false
theme:
name: material
font: false
palette:
scheme: preference
primary: blue grey
accent: blue grey
language: en
markdown_extensions:
- admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.tabbed
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- footnotes
nav:
- Home: index.md
- Introduction:
- Getting Started: Introduction/Getting Started.md
- Embedding: Introduction/Embedding.md
- Cheatsheet: Introduction/Cheatsheet.md
- Types:
- Numbers: Types/Numbers.md
- Strings: Types/Strings.md
- Regex: Types/Regex.md
- List: Types/List.md
- Examples:
- Hello World: Examples/Hello World.md
- Syntax:
- Comments: Syntax/Comments.md
- Operators: Syntax/Operators.md
- Engine:
- Engine: Engine/Engine.md
- Memory: Engine/Memory.md
- Stack: Engine/Stack.md
- Op Codes: Engine/Op Codes.md
- Specification:
- Variables: Specification/Variables.md
- Flow Control: Specification/Flow Control.md
- Scopes: Specification/Scopes.md
- Keywords: Specification/Keywords.md
repo_name: bialang/bia
repo_url: https://github.com/bialang/bia