summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authoraidanfnv <aidanf@nvidia.com>2025-06-18 11:43:45 -0700
committerGitHub <noreply@github.com>2025-06-18 18:43:45 +0000
commit1fb60f25bb46c0f0f5a1780f52ee721a04ea9306 (patch)
tree7ccd2caecae21cb658587a423e2f77431ef1ad52 /CONTRIBUTING.md
parent3822f9243f7b80be4c47318cf3d0b8d9800e67dd (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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 36d297214..f49e4c4bc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -298,7 +298,6 @@ cd docs
.\build_toc.ps1
# Add to git commit
-git add gfx-user-guide/toc.html
git add user-guide/toc.html
```