Fixing docs makefile

Change-Id: I40e03d89ffa0197ab0ea2fba9c1f30a0c13e4512
diff --git a/docs/Makefile b/docs/Makefile
index 892bae1..2eebb04 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -34,7 +34,11 @@
 	ln -s ../../test/cord-tester/docs cord-tester
 
 profiles:
-	ln -s ../../orchestration/profiles profiles
+	mkdir -p profiles/rcord profiles/ecord profiles/mcord profiles/opencloud
+	ln -s ../../../../orchestration/profiles/rcord/docs/README.md profiles/rcord/
+	ln -s ../../../../orchestration/profiles/ecord/docs/README.md profiles/ecord/
+	ln -s ../../../../orchestration/profiles/mcord/docs/README.md profiles/mcord/
+	ln -s ../../../../orchestration/profiles/opencloud/docs/README.md profiles/opencloud/
 
 xos:
 	ln -s ../../orchestration/xos/docs xos
@@ -55,5 +59,5 @@
 	rm -rf $(GENERATED_DOCS)
 	rm -rf _book
 	rm -rf node_modules
-	rm -f platform-install test profiles xos xos-gui xos-tosca
+	rm -rf platform-install test profiles xos xos-gui xos-tosca
 
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index a91f04e..d033f77 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -16,12 +16,8 @@
     * [Build System Config Glossary](build_glossary.md)
 * [Operating and Managing CORD](operate/README.md)
     * [Powering Up a POD](operate/power_up.md)
-# My understanding is that ELK Stack is not working right now
-#    * [ELK Stack Logs](operate/elk_stack.md)
     * [REST API](operate/rest_apis.md)
     * [TOSCA](xos-tosca/README.md)
-# Not targeted at operators; about internal development
-#    * [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)