summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:48:24 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-26 10:54:24 +0100
commitd6987c06f48b61352289181954f5a436c5f2379f (patch)
treec1bfd0e08480fbb083db54d81d16ba1330d9e3af /docs/mkdocs.yml
parentb701d19e8b8b45226f6cb1090dd160eea989ca7e (diff)
Docs: Move to Mkdocs & Codeberg pages
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
new file mode 100644
index 0000000..c723a13
--- /dev/null
+++ b/docs/mkdocs.yml
@@ -0,0 +1,26 @@
+site_name: Documentation
+site_description: eduVPN for Linux
+docs_dir: md
+site_dir: site
+theme:
+ name: null
+ custom_dir: eduvpn_theme
+ navigation_depth: 3
+nav:
+ - 'About': index.md
+ - 'Building': building.md
+ - 'Testing': testing.md
+ - 'Building a client': building-client.md
+ - 'API Docs': apidocs.md
+ - 'Examples': examples.md
+use_directory_urls: False
+plugins:
+ - mermaid2
+markdown_extensions:
+ - markdown_include.include:
+ - smarty
+ - sane_lists
+ - toc:
+ permalink: "#"
+ baselevel: 1
+ toc_depth: 2-3