Update /docs

This commit is contained in:
Richard Feldman 2023-11-17 23:29:37 -05:00
parent 0e2dbb433f
commit 8477be5550
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -1,15 +1,13 @@
# Documentation
[Builtins](https://www.roc-lang.org/builtins)
- [Builtins](https://www.roc-lang.org/builtins) - docs for modules built into the language—`Str`, `Num`, etc.
- basic-webserver - a platform for making Web servers ([source code](https://github.com/roc-lang/basic-webserver))
- [basic-cli](https://www.roc-lang.org/packages/basic-cli) - a platform for making command-line interfaces ([source code](https://github.com/roc-lang/basic-cli))
The basic-cLI platform - [repo](https://github.com/roc-lang/basic-cli) - [docs](https://www.roc-lang.org/packages/basic-cli)
In the future, a language reference will be on this page too.
### [Guides](#guides) {#guides}
## [Guides](#guides) {#guides}
[Tutorial](/tutorial)
[FAQ (Frequently Asked Questions)](https://github.com/roc-lang/roc/blob/main/FAQ.md)
[Roc for Elm Programmers](https://github.com/roc-lang/roc/blob/main/roc-for-elm-programmers.md)
In the future, there will be a language reference here as well. However, it doesn't exist yet!
- [FAQ (Frequently Asked Questions)](https://github.com/roc-lang/roc/blob/main/FAQ.md)
- [Roc for Elm Programmers](https://github.com/roc-lang/roc/blob/main/roc-for-elm-programmers.md)
- [Tutorial](/tutorial)