mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user