From 56d1971156566a35f38f003bc12392f02a6a0f6c Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 13 Jun 2019 11:00:21 +0200 Subject: [PATCH] add mkdocs config file --- mkdocs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..ec775fd --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,10 @@ +site_name: vMap documentation +site_url: https://www.veremes.com/produits/vmap +repo_url: https://gitlab.veremes.net/Documentation/doc-vmap-en + +version: 2 +mkdocs: + configuration: mkdocs.yml + +python: + version: 3.6 \ No newline at end of file -- GitLab