aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..f8037d6
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,18 @@
+site_name: SGP
+repo_url: https://github.com/Cynerd/sgp.git
+site_description: Simple genetal preprocessor
+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