[CORD-1795] Adding TOSCA docs

Change-Id: Iba892d4f0f9c232aea623a4266456380a9a98fae
diff --git a/docs/Makefile b/docs/Makefile
index 278e36a..00f6e20 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,6 +7,7 @@
 	ln -s ../../test/cord-tester/docs test && \
 	ln -s ../../orchestration/xos/docs xos && \
 	ln -s ../../orchestration/xos-gui/docs xos-gui && \
+	ln -s ../../orchestration/xos-tosca/docs xos-tosca && \
 	ln -s ../../orchestration/profiles profiles && \
 	gitbook init && gitbook install && gitbook build
 
@@ -24,6 +25,7 @@
 	rm -f ../../test/cord-tester/docs/docs; \
 	rm -f ../../orchestration/xos/docs/docs; \
 	rm -f ../../orchestration/xos-gui/docs/docs; \
+	rm -f ../../orchestration/xos-tosca; \
 	rm -f ../../orchestration/profiles/profiles
 
 swagger:
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index e26a7b4..07397c1 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -17,6 +17,8 @@
     * [Powering Up a POD](operate/power_up.md)
     * [ELK Stack Logs](operate/elk_stack.md)
     * [REST API](rest_apis.md)
+    * [TOSCA](xos-tosca/README.md)
+        * [Development Environment](xos-tosca/devel.md)
 * [Defining Models in CORD](xos/README.md)
     * [XOS Support for Models](xos/dev/xproto.md)
     * [Core Models](xos/core_models.md)