roc/www/content/docs.md
Anton-4 7c6a44f472
update basic-cli docs link
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-11-29 20:03:47 +01:00

19 lines
901 B
Markdown

# Documentation
- [builtins](/builtins) - docs for modules built into the language—`Str`, `Num`, etc.
- [basic-webserver](https://roc-lang.github.io/basic-webserver/) - a platform for making Web servers ([source code](https://github.com/roc-lang/basic-webserver))
- [basic-cli](/packages/basic-cli/0.17.0) - a platform for making command-line interfaces ([source code](https://github.com/roc-lang/basic-cli))
- [plans](/plans) - current plans for future changes to the language
In the future, a language reference will be on this page too.
## [Guides](#guides) {#guides}
- [Frequently Asked Questions](https://www.roc-lang.org/faq.html)
- [Roc for Elm Programmers](https://github.com/roc-lang/roc/blob/main/roc-for-elm-programmers.md)
- [Tutorial](/tutorial)
## [Language Reference](#language-reference) {#language-reference}
- [Platforms & Applications](/platforms)
- [Abilities](/abilities)