diff options
| author | aidanfnv <aidanf@nvidia.com> | 2025-06-18 11:43:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 18:43:45 +0000 |
| commit | 1fb60f25bb46c0f0f5a1780f52ee721a04ea9306 (patch) | |
| tree | 7ccd2caecae21cb658587a423e2f77431ef1ad52 /docs/build_toc.sh | |
| parent | 3822f9243f7b80be4c47318cf3d0b8d9800e67dd (diff) | |
Delete GFX User Guide (#7474)
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>
Diffstat (limited to 'docs/build_toc.sh')
| -rwxr-xr-x | docs/build_toc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_toc.sh b/docs/build_toc.sh index 9c197cad6..1776686a8 100755 --- a/docs/build_toc.sh +++ b/docs/build_toc.sh @@ -99,7 +99,7 @@ if ! mcs -r:System.Core "$temp_dir/temp_program.cs" -out:"$temp_dir/toc-builder. exit 1 fi -for dir in "user-guide" "gfx-user-guide"; do +for dir in "user-guide"; do if [ -d "$docs_dir/$dir" ]; then if [ "$check_only" -eq 1 ]; then # Ensure working directory is clean |
