[CORD-2940] Adding vrouter and fabric basic docs
Change-Id: If89f298fdb6c510eaa00bc327b1b1911bf2ae362
diff --git a/Makefile b/Makefile
index a8807f8..47166a3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
build: setup
gitbook build
-setup: automation-tools cord-tester xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
+setup: automation-tools cord-tester fabric vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
gitbook init
gitbook install
@@ -44,6 +44,12 @@
cord-tester:
ln -s ../test/cord-tester/docs cord-tester
+fabric:
+ ln -s ../orchestration/xos_services/fabric/docs fabric
+
+vrouter:
+ ln -s ../orchestration/xos_services/vrouter/docs vrouter
+
xos:
ln -s ../orchestration/xos/docs xos
@@ -60,5 +66,5 @@
rm -rf $(GENERATED_DOCS)
rm -rf _book
rm -rf node_modules
- rm -rf automation-tools cord-tester test xos xos-gui xos-tosca
+ rm -rf automation-tools cord-tester fabric vrouter test xos xos-gui xos-tosca