aboutsummaryrefslogtreecommitdiff
path: root/game/addons/zylann.hterrain/doc/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'game/addons/zylann.hterrain/doc/mkdocs.yml')
-rw-r--r--game/addons/zylann.hterrain/doc/mkdocs.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/addons/zylann.hterrain/doc/mkdocs.yml b/game/addons/zylann.hterrain/doc/mkdocs.yml
new file mode 100644
index 0000000..17a6625
--- /dev/null
+++ b/game/addons/zylann.hterrain/doc/mkdocs.yml
@@ -0,0 +1,11 @@
+site_name: HTerrain plugin documentation
+theme: readthedocs
+
+markdown_extensions:
+ # Makes permalinks appear on headings
+ - toc:
+ permalink: True
+ # Makes boxes for notes and warnings
+ - admonition
+ # Better highlighter which supports GDScript
+ - codehilite