summaryrefslogtreecommitdiffstats
path: root/docs/scripts
Commit message (Collapse)AuthorAge
* [Docs] Fix dead links when subsection title have underscore (#5662)Ica2024-12-02
| | | | | | | | | | | | | | * [Docs] Fix dead links when subsection title have underscore a minor change on build toc script: add underscore to link instead of replacing with "-" then I re-run the script also I tested on local server * Update toc.html --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com> Co-authored-by: Yong He <yonghe@outlook.com>
* Sort filenames when generating table of contents (#5659)Ellie Hermaszewska2024-11-28
| | | The order of EnumerateFiles is unspecified
* format yaml and json (#5428)Ellie Hermaszewska2024-10-30
| | | | | * format yaml and json * format shell scripts
* Make release note generation script shebang portable (#5145)Ellie Hermaszewska2024-09-25
| | | Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
* release-note.sh fixes (#5068)cheneym22024-09-16
| | | | | | | | Add a gh.exe search path that works with cygwin installations. Do not bail out from the breaking changes loop when a change is found without PR#. Instead, continue to the next one. This fixes an issue where [BREAKING] changes appear in the detailed change list by not in the summary of breaking changes.
* Script for generating a release note (#4776)Jay Kwak2024-08-27
| | | | | | | | | | | * Script for generating a release note Related to #4718 * Adding a comment about how to run --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Add documentation on capability system. (#3549)Yong He2024-02-05
| | | Fixes #3454.
* Fix document toc. (#2510)Yong He2022-11-10
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Add gfx user's guide. (#1824)Yong He2021-04-29
* Add gfx user's guide. * Add getting started chapter in gfx-guide * Fixes * Fix * Polishing doc template