You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run npm start for a local development server, or npm run build to generate all files under _site
Ant Process (removed)
As of August 2024, the Ant/XSLT process for building informative documentation has been removed, as there are now features taking advantage of Eleventy that are no longer backwards-compatible.
Online Previews of Informative Docs
Pull requests now include automatic Netlify previews with a top-level index page! You will need to navigate through /techniques/ or /understanding/ as appropriate.
GitHack Preview
Note: This approach is deprecated in favor of relying on Netlify previews. If a Netlify preview has not been generated for a PR, chances are the PR is very old and is in need of re-synchronizing with the main branch.
If you have an html file in branch that displays as code (and the automatic Netlify preview is not available), one can use https://raw.githack.com to present a (partially) rendered version. You will need the branch, path, and filename. The URL you paste into GitHack will something look like https://github.com/w3c/wcag/blob/MyCoolBranch/techniques/general/G123.html and the resultant URL will be something like https://raw.githack.com/w3c/wcag/MyCoolBranch/techniques/general/G123.html