Documenting mock and single scenario workflow

Change-Id: Ic2c2d6aee3c2485e7f3511e980d72b6abf435193
diff --git a/docs/.gitignore b/docs/.gitignore
index fe2817f..3a050c1 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,2 +1,4 @@
 node_modules/
-venv-xos/
+venv-xosdocs/
+xos/_book/
+xos/swagger/
diff --git a/docs/Makefile b/docs/Makefile
index 00f6e20..1f646c7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -9,7 +9,7 @@
 	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
+	gitbook install && gitbook build
 
 book: clean build
 	gitbook serve
@@ -21,14 +21,14 @@
 	rm profiles; \
 	rm xos; \
 	rm xos-gui; \
+	rm xos-tosca; \
 	rm -f ../platform-install/docs/docs; \
 	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/xos-tosca/docs/docs; \
 	rm -f ../../orchestration/profiles/profiles
 
 swagger:
-	# pushd ../../orchestration/xos/; source scripts/setup_venv.sh; popd;
 	pushd ../../orchestration/xos/docs/; make swagger_docs; popd;
 
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index e6aa234..d8aeced 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -30,7 +30,7 @@
 * [Developing for CORD](develop.md)
     * [Getting the Source Code](cord_repo.md)
     * [Workflow: platform-install](platform-install/README.md)
-    * [Workflow: local dev](xos/dev/local_env.md)
+    * [Workflow: Mock Config](xos/dev/workflow_mock.md)
     * [Workflow: Cord-in-a-Box](xos/dev/workflow_ciab.md)
     * [Example Service](xos/example_service.md)
     * [Configuring XOS](xos/modules/xosconfig.md)