From 667e209bc714761eb2f48b65f0153574bd0b65f2 Mon Sep 17 00:00:00 2001 From: Yong He Date: Sun, 17 Mar 2024 15:17:28 -0700 Subject: Remove out of date documentation on compilation API. (#3785) * Remove out of date documentation on compilation API. * Update toc. --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 76d89fa66..b53060a26 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,9 +7,8 @@ Some of the documentation is intended for users of the language and compiler, wh Getting Started --------------- -The Slang [User's Guide](https://shader-slang.github.io/slang/user-guide/) provides an introduction to the Slang language and its major features. +The Slang [User's Guide](https://shader-slang.github.io/slang/user-guide/) provides an introduction to the Slang language and its major features, as well as the compilation and reflection API. -The [API user's guide](api-users-guide.md) gives information on how to drive Slang programmatically from an application. There is also documentation specific to using the [`slangc`](command-line-slangc.md) command-line tool. Advanced Users -- cgit v1.2.3