From 7d1839ee965b187f4ddcd8b6ab33ee6419b54d7e Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 27 Jan 2015 12:11:26 -0800 Subject: [PATCH] add submodule to user manual --- .gitmodules | 4 ++++ user_manual/ocdoc | 1 + 2 files changed, 5 insertions(+) create mode 160000 user_manual/ocdoc diff --git a/.gitmodules b/.gitmodules index fa52fcd6..38f0f582 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,7 @@ path = owncloud-android-library url = git://github.com/owncloud/android-library.git branch = develop +[submodule "ocdoc"] + path = user_manual/ocdoc + url = https://github.com/owncloud/documentation + branch = master diff --git a/user_manual/ocdoc b/user_manual/ocdoc new file mode 160000 index 00000000..343496c7 --- /dev/null +++ b/user_manual/ocdoc @@ -0,0 +1 @@ +Subproject commit 343496c792616459e8204b6614fd42a1b16a6d68 -- 2.11.0