Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2018-05-02 13:04:14 +0300
committerMatthew Setter <matthew@matthewsetter.com>2018-05-02 13:04:14 +0300
commite5dd54d4f4a54a8a987525ba68b93b2476ffa13c (patch)
treeef7a61d3768c6ae7d2c76aa49feeefabcb00a855 /.gitmodules
parent642ed1bb707f4ed6495efe6fd0a9f2096bd34a21 (diff)
Add the docs-themes repository as a submodule
This provides a simpler way of integrating the external theme. Relates to: - owncloud/client#6163 - owncloud/client#6169 - #3240 - owncloud/client#6497
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3ea087ed7..54e830dbc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "src/3rdparty/libcrashreporter-qt"]
path = src/3rdparty/libcrashreporter-qt
url = git://github.com/guruz/libcrashreporter-qt.git
+[submodule "doc/_shared_assets"]
+ path = doc/_shared_assets
+ url = git@github.com:owncloud/docs-themes.git