aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 38a500fda8922be389c9300b30f84039c0d29f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 creation: module_creation.md
theme: readthedocs

site_dir: html