From 1fb60f25bb46c0f0f5a1780f52ee721a04ea9306 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Wed, 18 Jun 2025 11:43:45 -0700 Subject: 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 --- docs/build_toc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/build_toc.sh') 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 -- cgit v1.2.3