summaryrefslogtreecommitdiff
path: root/docs/user-guide/01-get-started.md
AgeCommit message (Collapse)Author
2025-08-19Add multiple slang installations note to doc (#8231)Gangzheng Tong
Added a note section under the Installation section that warns users about potential conflicts when multiple Slang installations are present on the system. The note specifically addresses: * The scenario where Slang from Vulkan SDK might conflict with a standalone installation * How LD_LIBRARY_PATH on Linux overrides the RUNPATH in the slangc executable Closes https://github.com/shader-slang/slang/issues/7405
2025-04-11Fix user-guide typos (#6789)Gangzheng Tong
* Fix user-guide typos Use LLM to scan each of the markdown files to fix typos. Try not to change anything but the typos in this CL. * typo not caught by LLM * add output of ./build_toc.ps1
2024-04-13Documentation: fix typos and grammar (#3945)bprb
2024-02-05Add documentation on capability system. (#3549)Yong He
Fixes #3454.
2024-01-24Update documentation. (#3492)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2022-11-10Update documentation on new features (#2508)Yong He
* Update documentation on new features * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
2021-04-16Add Hello world example. (#1797)Yong He
2021-03-30Update 01-get-started.mdYong He
2021-02-11Add convenience features chapter in user-guide doc (#1699)Yong He
* Fix getting started doc * Add convenience features chapter in user-guide doc Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
2021-02-09Add getting started documentation (#1697)Yong He
* Add getting started documentation * wording * wording