An independent ServiceNow error and system property reference. Static site, no framework, Python-generated, deployed to Netlify.
Read CLAUDE.md first. It carries the architecture, the data model, and the
conventions that are easy to break.
./build.sh # generate site/
./check.sh # verify dashes, markup leaks, links, JSON-LD
cd site && python3 -m http.server # preview at localhost:8000A normal build needs only the Python standard library. requirements.txt is for
regenerating data from the spreadsheet export or rebuilding the favicons.
Set site.domain in config.json to the real domain and rebuild, otherwise every
canonical tag and sitemap entry points at the wrong host.
Enable form detection in Netlify (Project configuration, Forms) and redeploy, or the contribute forms return 404. See CLAUDE.md.
