build a composite guide across repos

Change-Id: I58b33e88f03f07586ccc6250cc790705126c4d0f
diff --git a/docs/Makefile b/docs/Makefile
index a369a94..cc12bb6 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,7 +1,17 @@
 default: book
 
 book:
+	ln -s ../platform-install/docs platform-install; \
+	ln -s ../../test/cord-tester/docs test; \
+	ln -s ../../orchestration/xos/docs xos; \
+	ln -s ../../orchestration/profiles profiles; \
 	gitbook init; gitbook serve &
 
 clean:
-	rm -rf _book
+	rm -rf _book; \
+	rm platform-install; \
+	rm test; \
+	rm profiles; \
+	rm xos
+
+
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index ee5a7b4..8c6b304 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -3,7 +3,19 @@
 * [Building CORD](README.md)
     * [CORD-in-a-Box](quickstart.md)
     * [Physical POD](quickstart_physical.md)
+    * [Internals: platform-install](platform-install/internals.md)
 * [Operating CORD](operate/README.md)
     * [Powering Up a POD](operate/power_up.md)
     * [ELK Stack Logs](operate/elk_stack.md)
+* [On-Boarding Services](xos/README.md)
+    * [xproto](xos/dev/xproto.md)
+    * [Internals: xosconfig](xos/modules/xosconfig.md)
+* [Testing CORD](test/README.md)
+    * [Running Tests](test/running.md)
+    * [List of Tests](test/testcases-listings.md)
+* [Service Profiles](service-profiles.md)
+    * [R-CORD](profiles/rcord/README.md)
+    * [E-CORD](profiles/ecord/README.md)
+    * [M-CORD](profiles/mcord/README.md)
+    * [OpenCloud](profiles/opencloud/README.md)
 
diff --git a/docs/service-profiles.md b/docs/service-profiles.md
new file mode 100644
index 0000000..6e2e8a7
--- /dev/null
+++ b/docs/service-profiles.md
@@ -0,0 +1,3 @@
+# Service Profiles
+
+This guide describes each of the service profiles that can be built on top of the CORD platform. The content in this guide is currently thin, but this is the place to document various profiles going forward.