Docs on writing functions and the functions format. (#203)

* WIP on writing functions and the functions format.

* Added more docs on writing functions.

* Running on windows docs.

* Linked README to writing.md

* Minor fixes from PR feedback.
This commit is contained in:
Travis Reeder
2016-11-03 10:53:36 -07:00
committed by GitHub
parent 2c222fcd32
commit 4421c151c5
8 changed files with 325 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
# IronFunctions Documentation
* [IronFunctions Options](api.md)
* [IronFunctions Run Options](options.md)
* [Writing Functions](function-format.md)
* [API Reference](https://app.swaggerhub.com/api/iron/functions/)
* [Running in Production](production.md)
* [Databases](databases/README.md)
@@ -12,3 +13,4 @@
* [Triggers](triggers.md)
* [Extending IronFunctions](extending.md)
* [Docker Configuration](docker.md)
* [Function Format](function-format.md)