summaryrefslogtreecommitdiffstats
path: root/docs/build_toc.sh
Commit message (Collapse)AuthorAge
* Delete GFX User Guide (#7474)aidanfnv2025-06-18
| | | | | | | Closes #6817 This change deletes the GFX User Guide, as GFX is being deprecated. It also removes the rebuild of its TOC from the TOC rebuilding scripts and replaces the link to the guide in the README with a note that it is being deprecated in favor of slang-rhi. Co-authored-by: Gangzheng Tong <tonggangzheng@gmail.com>
* Make ToC regeneration script path handling more robust (#5700)Ellie Hermaszewska2024-11-29
| | | Co-authored-by: Anders Leino <aleino@nvidia.com>
* Add Table of Contents check to CI, and bot script to regenerate (#5618)Ellie Hermaszewska2024-11-28
* Sort filenames when generating table of contents The order of EnumerateFiles is unspecified * Add build table of contents bash script * Add toc checking to CI * Add --check-only option to toc checking * regenerate ToC