From 1302f3e5866899aa390a0957cf5e21ad66bf6b50 Mon Sep 17 00:00:00 2001 From: Steffen Vogel <post@steffenvogel.de> Date: Sun, 27 Oct 2019 10:53:00 +0100 Subject: [PATCH] add documentation submodule --- .gitmodules | 11 +++++++---- doc | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 doc diff --git a/.gitmodules b/.gitmodules index 94bd43f..7f0eb3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,15 @@ [submodule "node"] path = node - url = ../VILLASnode.git + url = ../node.git [submodule "backend"] path = backend - url = ../VILLASweb-backend.git + url = ../web-backend.git [submodule "frontend"] path = frontend - url = ../VILLASweb.git + url = ../web.git [submodule "controller"] path = controller - url = ../VILLAScontroller.git + url = ../controller.git +[submodule "doc"] + path = doc + url = "../documentation.git" diff --git a/doc b/doc new file mode 160000 index 0000000..5080317 --- /dev/null +++ b/doc @@ -0,0 +1 @@ +Subproject commit 5080317e00ea4f633a71b602dced7f5b2290bb51 -- GitLab