Modifying Docker registry docs

Change-Id: I71a62dd3201e7eb4c3545d3ff6cf6f36f0158309
diff --git a/Makefile b/Makefile
index aa0c21b..5e48058 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 build: setup
 	gitbook build
 
-setup: cord-tester xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
+setup: automation-tools cord-tester xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
 	gitbook init
 	gitbook install
 
@@ -38,6 +38,9 @@
 	mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
 
 # link directories that contain other documentation
+automation-tools:
+	ln -s ../automation-tools automation-tools
+
 cord-tester:
 	ln -s ../test/cord-tester/docs cord-tester
 
@@ -57,5 +60,5 @@
 	rm -rf $(GENERATED_DOCS)
 	rm -rf _book
 	rm -rf node_modules
-	rm -rf cord-tester test xos xos-gui xos-tosca
+	rm -rf automation-tools cord-tester test xos xos-gui xos-tosca