diff options
author | Vitaly Takmazov | 2016-09-15 00:13:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-15 00:13:35 +0300 |
commit | 4db3d0d9c7625b6d1b521158e7b9e900c667f286 (patch) | |
tree | eb374abaeb62e2fdf3bbd7d0d6fa38463e631e5f /.gitmodules | |
parent | 5a14a313d6bc70f821e1bd513d025109a5c15906 (diff) |
rendering help using pebble
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index fa6a79a6..4c3e6649 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/com.juick.xmpp"] path = deps/com.juick.xmpp - url = https://github.com/juick/com.juick.xmpp.git
\ No newline at end of file + url = https://github.com/juick/com.juick.xmpp.git +[submodule "juick-www/src/main/resources/help"] + path = juick-www/src/main/resources/help + url = https://github.com/juick/help.git |