restructure how verified configs are displayed
-
each hardware platform now declares a list of verified configs (empty if no verification, one or more of ARM, ARM_HYP, AARCH64, RISCV64, X64 otherwise; can be extended with other tags, only needs a corresponding section on verified configs page)
-
verified configs page has a section for each main config class, lists all platforms for that class
-
platforms page produces a tick if any verified config is present and links to the verified configs each platform enumerates
Is there a way to check the rendered result? I tried downloading the artifact, but that wasn't very useful.
Is there a way to check the rendered result? I tried downloading the artifact, but that wasn't very useful.
Unfortunately not from the GitHub interface, you'd have to clone and build locally to browse it or point a web server at the generated artefact.
Rebased, added capDL explanation, and found one html validation error (and fixed it).
This reminds me that I wanted to add the validator and link checker for the docsite. Opened #307 and #308.