diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-03-20 10:32:32 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-03-20 14:13:45 +0100 |
commit | 61f65c8b8daba9a63933d451bc59e6505a1370c4 (patch) | |
tree | 29120c4d9894f21b20beeeade01ccfd9d79a31eb /.gitmodules | |
parent | 875bae259b42bf178101574f3516f87b3708a533 (diff) |
Add reveal.js as a submodule
It modifies all presentations to be conformed with the new dir. It also
deletes reveal.js' README.txt which is now useless.
Change-Id: Ic16b087416e855dab8fa8a4ae2f8dd591b70859c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..78668cf6a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs/com/pres/reveal.js"] + path = docs/com/pres/reveal.js + url = https://github.com/hakimel/reveal.js.git |