aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 247b0df4983c26e1014248ad60eb4069eebfe463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: GEML
repo_url: https://github.com/Cynerd/geml.git
site_description: General embedded macro language
copyright: GNU General Public License, version 2.0
pages:
- Home: index.md
- Syntax: syntax.md
- Built-in commands: builtin_commands.md
- Evaluation process: evaluation.md
- Modules:
    - Array: modules/array.md
    - File: modules/file.md
    - Protect: modules/protect.md
    - Python: modules/python.md
- Modules creation: module_creation.md
theme: readthedocs

site_dir: html