diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-14 09:38:42 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-14 17:34:28 -0800 |
| commit | 765863e87aea725301d5f528b6de15bfa6022d46 (patch) | |
| tree | c47b8133be4e5de36c9ed2d686f57f90480e72b0 /website/index.html | |
| parent | fbaa40f6dcf67bf1113f3d4d8f600d2f73e01414 (diff) | |
Add a simple doc generation tool.
And website upload tool.
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index b5357b691..f56a312ee 100644 --- a/website/index.html +++ b/website/index.html @@ -13,7 +13,9 @@ <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> - <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Docs</a> + <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Intro</a> + <p> <a href="typedoc/index.html">TypeScript API</a> + <p> <a href="rustdoc/deno/index.html">Rust API</a> <h2>Execution time</h2> This shows how much time total it takes to run a few simple deno programs: @@ -58,7 +60,8 @@ <script type="module"> import { drawCharts } from "./app.js"; - drawCharts("./recent.json"); + + drawCharts("recent.json"); </script> </body> </html> |
