add docs link for basic-webserver

This commit is contained in:
Luke Boswell 2023-11-20 20:52:05 +11:00
parent aecb107d7e
commit fdc00ac802
No known key found for this signature in database
GPG Key ID: F6DB3C9DB47377B0

View File

@ -1,7 +1,7 @@
# Documentation
- [builtins](/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-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) - a platform for making command-line interfaces ([source code](https://github.com/roc-lang/basic-cli))
In the future, a language reference will be on this page too.