Updated docs.

This commit is contained in:
Travis Reeder
2017-09-18 17:06:02 -07:00
parent 5476665ea9
commit 87deba45e2
10 changed files with 105 additions and 11 deletions

View File

@@ -8,13 +8,15 @@ If you are a developer using Fn through the API, this section is for you.
* [Usage](usage.md)
* [Writing functions](writing.md)
* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md)
* [Hot functions](hot-functions.md)
* [Async functions](async.md)
* [Organizing functions into an application](developers/apps.md)
* [Function file (func.yaml)](function-file.md)
* [Client Libraries](developers/clients.md)
* [Packaging functions](packaging.md)
* [Open Function Format](function-format.md)
* API Reference (coming soon)
* [Hot functions](hot-functions.md)
* [Async functions](async.md)
* [Object Model](developers/model.md)
* [FAQ](faq.md)
## For Operators