From 961da9b7f693a65b250768077ea43b25a44108c7 Mon Sep 17 00:00:00 2001 From: Jason Steving <32336750+JasonSteving99@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:11:46 -0800 Subject: [PATCH 1/2] Update README.md Signed-off-by: Jason Steving <32336750+JasonSteving99@users.noreply.github.com> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7bde85..17f76e69 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ building your own Claro programs! Learn about all of Claro's features with full examples and explanations to help you learn about the tools at your disposal. +## [StdLib](https://jasonsteving99.github.io/claro-lang/stdlib/default_modules/default_modules.generated_docs.html) +View the APIs of the various Modules currently available in Claro's StdLib. + # Learn Claro By Example! Check out the [example Claro programs](https://github.com/JasonSteving99/claro-lang/tree/main/examples/claro_programs). @@ -24,4 +27,4 @@ year's [Advent of Code](adventofcode.com) written in Claro! # Syntax Highlighting Syntax highlighting support is available for Vim, VSCode and IntelliJ users. Instructions for getting setup are -available under [tools/syntax_highlighting/](https://github.com/JasonSteving99/claro-lang/tree/main/tools/syntax_highlighting/). \ No newline at end of file +available under [tools/syntax_highlighting/](https://github.com/JasonSteving99/claro-lang/tree/main/tools/syntax_highlighting/). From 60fc3cb24449a4c4977568d66b2917f13dc33b0c Mon Sep 17 00:00:00 2001 From: Jason Steving <32336750+JasonSteving99@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:31:37 -0800 Subject: [PATCH 2/2] Update README.md Signed-off-by: Jason Steving <32336750+JasonSteving99@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f76e69..b8d1843c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -# Read the [Comprehensive User Docs](https://jasonsteving99.github.io/claro-lang/) +# Visit [docs.clarolang.com](https://docs.clarolang.com) for Comprehensive User Docs ## [Getting Started](https://jasonsteving99.github.io/claro-lang/getting_started/getting_started.html) Get your first Claro project setup, and go through a tutorial walking you through everything you need to know to start