mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* Docker compose file for simpler dev env * Updating readme, adding UI to compose * Define dependencies between services * Prometheus. Grafana * Link Prometheus to Grafana service * Addressing review comments * Linking compose doc to common table of content
1.5 KiB
1.5 KiB
Fn Documentation
For Developers
If you are a developer using Fn through the API, this section is for you.
- Quickstart
- Usage
- Writing functions
- Testing functions
- Hot functions
- Async functions
- Configuration
- fn (CLI Tool)
- Hot functions
- Async functions
- Organizing functions into an application
- Function file (func.yaml)
- Client Libraries
- Packaging functions
- Open Function Format
- API Reference
- Object Model
- FAQ
- Setting up development environment with Docker compose
For Operators
If you are operating Fn, this section is for you.