From 28e166d4cd24a12f23d9a895ecafb8770af20a76 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Sun, 30 Nov 2014 23:48:33 +0100 Subject: [PATCH] replaced stage-writing article with a empty dummy as a workaround; added wiki as submodule --- .gitmodules | 3 +++ src/site/site.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..f7ab6fb3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/site/markdown/wiki"] + path = src/site/markdown/wiki + url = gitlab@build.se.informatik.uni-kiel.de:chw/teetime.wiki.git diff --git a/src/site/site.xml b/src/site/site.xml index 56403c40..eb5a9792 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -7,7 +7,7 @@ </skin> <body> <menu name="Tutorial"> - <item name="Starting" href="tutorial/index.html"/> + <item name="Introduction" href="wiki/home.html"/> </menu> <menu name="Documentation"> <item name="JavaDoc" href="apidocs/index.html" /> -- GitLab