Implement JSDoc and embedding into our navbar without obvious CSS conflicts
[ndcode_site.git] / _config / globals.json
index a791936..fa30003 100644 (file)
@@ -2,10 +2,12 @@
   "site_title": "NDCODE",
   "navigation": [
     "/index.html",
-    "/contact.html"
+    "/contact.html",
+    "/jsdoc/index.html"
   ],
   "page_to_title": {
     "/index.html": "Home",
-    "/contact.html": "Contact"
+    "/contact.html": "Contact",
+    "/jsdoc/index.html": "JSDoc"
   }
 }