From a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:12:37 -0700 Subject: Swap the term StdLib with Core-Module or Standard-Module in documents (#5414) This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context. --- docs/build_reference.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/build_reference.ps1') diff --git a/docs/build_reference.ps1 b/docs/build_reference.ps1 index 0aa424771..726fa804c 100644 --- a/docs/build_reference.ps1 +++ b/docs/build_reference.ps1 @@ -1,4 +1,4 @@ -# This script uses `slangc` to generate stdlib reference documentation and push the updated +# This script uses `slangc` to generate the core module reference documentation and push the updated # documents to shader-slang/stdlib-reference repository. # The stdlib-reference repository has github-pages setup so that the markdown files we generate # in this step will be rendered as html pages by Jekyll upon a commit to the repository. @@ -38,7 +38,7 @@ Move-Item -Path ".\toc.html" -Destination ".\_includes\stdlib-reference-toc.html git config user.email "bot@shader-slang.com" git config user.name "Stdlib Reference Bot" git add . -git commit -m "Update stdlib reference" +git commit -m "Update the core module reference" git push cd ../ -- cgit v1.2.3