Add sphinx documentation, integrated into our navigation and colour scheme
[ndcode_site.git] / _config / globals.json
1 {
2   "site_title": "NDCODE",
3   "navigation": [
4     "/index.html",
5     "/contact.html",
6     "/jsdoc/index.html",
7     "/sphinx/index.html"
8   ],
9   "page_to_title": {
10     "/index.html": "Home",
11     "/contact.html": "Contact",
12     "/jsdoc/index.html": "JSDoc",
13     "/sphinx/index.html": "Sphinx"
14   }
15 }