Merge "[CORD-3050] Document the changes to names of example values files strict/relaxed versions of lint rules, ordering"
diff --git a/book.json b/book.json
index bdd49dd..93474f0 100644
--- a/book.json
+++ b/book.json
@@ -9,6 +9,7 @@
   },
   "plugins": [
     "anchorjs",
-    "smart-nav-collapse"
+    "smart-nav-collapse",
+    "page-toc"
   ]
 }
diff --git a/package.json b/package.json
index 1431335..c49573d 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
   "description": "Documentation for the OpenCORD Project",
   "main": "index.js",
   "dependencies": {
+    "gitbook-plugin-page-toc": "^1.1.0",
     "gitbook-plugin-smart-nav-collapse": "^0.1.0"
   },
   "devDependencies": {},