diff options
author | Ben Sima <ben@bsima.me> | 2020-03-31 20:48:56 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-31 20:51:59 -0700 |
commit | 744b673f20c6993038e10a480bd746db2c1dccb3 (patch) | |
tree | 6b4372e0b9ecb160974a55a88a32b41e4a835e58 /Run/Que/index.md | |
parent | 492ba39739c869d3f2b9766112232d384a145e38 (diff) |
Add tutorial and apidocs to website
Diffstat (limited to 'Run/Que/index.md')
-rw-r--r-- | Run/Que/index.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Run/Que/index.md b/Run/Que/index.md index ca5c7ef..c61dc5c 100644 --- a/Run/Que/index.md +++ b/Run/Que/index.md @@ -9,7 +9,7 @@ que is the concurrent, async runtime in the cloud plumbing - async programming as easy as running two terminal commands -HTTP routes on que.run are Golang-like channels with a namespace and a +HTTP routes on `que.run` are Golang-like channels with a namespace and a path. For example: `https://que.run/example/path/subpath`. ## Quickstart @@ -34,4 +34,11 @@ We are collecting a repository of scripts that make awesome use of que: - ephemeral, serverless chat rooms - collaborative jukebox -<a id="quescripts-btn" href="/_/quescripts">See the examples</a> +<a id="quescripts-btn" href="/_/quescripts">See the scripts</a> + +<!-- +## Docs + +- [tutorial](/_/tutorial) +- [api docs](/_/apidocs) +--> |