From f6eb796384ef751824ecd77bb642e0b56a5f1cc8 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Tue, 11 Jan 2022 11:48:50 +1100 Subject: [PATCH] docs: added link to api docs --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 17a1a85..9a529f3 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,7 @@ This is the structure of a Tribble configuration file, which has one top-level p With that file ready, now run `tribble serve` in the same directory, which will immediately (well, 37 milliseconds by our tests) generate a website for your app, which you can see at . If you want to change the host or port of that, you can run the command with the `--host` and `--port` flags as appropriate. -And that's how Tribble works! - -API docs TODO. +And that's how Tribble works! You can see the full API documentation [here](https://arctic-hen7.github.io/tribble) (auto-generated from the Rust code). ### Internationalization