Static marketing site and content hub for ADA Title II and K-12 edtech accessibility.
generate-tool-pages.jsis the source of truth for:- generated tool detail pages in
tools/*.html - the generated tools hub at
tools/index.html sitemap.xml
- generated tool detail pages in
- Hand-authored pages are maintained directly in:
index.htmlblog/resources/vendors/- nested tool category pages such as
tools/lms/,tools/assessment/,tools/communication/,tools/content/, andtools/section-508/
- If a change applies to all tool pages, make it in
generate-tool-pages.js, then run:
node generate-tool-pages.js- Do not hand-edit generated files in
tools/*.htmlunless you also port the same change back into the generator. - If you add a hand-authored page that should be indexable, make sure it is also represented in the sitemap source inside
generate-tool-pages.js.
- Private/internal planning files live in underscore-prefixed directories such as
_seo/,_accessibility/, and_marketing/. - Public content pages should include canonical tags, OG/Twitter metadata, favicon, and
robotsdirectives.