mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
minor doc tweaks
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
# Oracle Functions Documentation
|
# Fn Documentation
|
||||||
|
|
||||||
## For Developers
|
## For Developers
|
||||||
|
|
||||||
If you are a developer using Oracle Functions through the API, this section is for you.
|
If you are a developer using Fn through the API, this section is for you.
|
||||||
|
|
||||||
* [Quickstart](https://github.com/treeder/functions#quickstart)
|
* [Quickstart](https://github.com/fnproject/fn)
|
||||||
* [Usage](usage.md)
|
* [Usage](usage.md)
|
||||||
* [Writing functions](writing.md)
|
* [Writing functions](writing.md)
|
||||||
* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md)
|
* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md)
|
||||||
* [Function file (func.yaml)](function-file.md)
|
* [Function file (func.yaml)](function-file.md)
|
||||||
* [Packaging functions](packaging.md)
|
* [Packaging functions](packaging.md)
|
||||||
* [Open Function Format](function-format.md)
|
* [Open Function Format](function-format.md)
|
||||||
* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/treeder/functions/master/docs/swagger.yml)
|
* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml?token=AAFp-BC7bv6KA3TJYwSdf3vEP-0u4Pbdks5ZuU1RwA%3D%3D)
|
||||||
* [Hot functions](hot-functions.md)
|
* [Hot functions](hot-functions.md)
|
||||||
* [Async functions](async.md)
|
* [Async functions](async.md)
|
||||||
* [FAQ](faq.md)
|
* [FAQ](faq.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user