aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-22 09:40:42 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-22 09:40:42 +0000
commitbb29309103b5dce4fc0a0f6d033a26a80e64f273 (patch)
tree9952bbfd2077388227be7fcfb5bf75e2612bf7e5 /.gitmodules
parent31c87f5e522516afcc2d227020f4383977c0f861 (diff)
downloadvericert-bb29309103b5dce4fc0a0f6d033a26a80e64f273.tar.gz
vericert-bb29309103b5dce4fc0a0f6d033a26a80e64f273.zip
Add documentation repository as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f30817e..87bab2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "lib/CompCert"]
path = lib/CompCert
url = https://github.com/ymherklotz/CompCert.git
+[submodule "docs"]
+ path = docs
+ url = https://github.com/ymherklotz/vericert-docs