[CORD-3038] Add link/linkcheck to new docs, clean them up

Change-Id: I463ea1b851d88761cc9b450166d4d32aa1d6ad95
diff --git a/book.json b/book.json
index 9737740..bdd49dd 100644
--- a/book.json
+++ b/book.json
@@ -1,5 +1,14 @@
 {
-	"plugins": [
-		"smart-nav-collapse"
-	]
-}
\ No newline at end of file
+  "title": "CORD Guide",
+  "root": ".",
+  "structure": {
+    "summary": "SUMMARY.md"
+  },
+  "variables": {
+    "branch": "master"
+  },
+  "plugins": [
+    "anchorjs",
+    "smart-nav-collapse"
+  ]
+}