superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 48 forks source link

[WIP] switch to compodocs #172

Closed mrkurt closed 5 years ago

mrkurt commented 6 years ago

The compodocs tool for Angular makes pretty nice TypeScript specific docs. We can almost switch, but need to do some cleanup:

To try this out locally, check out the branch, then run:

yarn install
yarn publish:docs
open ../dist/docs/api/index.html

This will fix #173