Files
fn-serverless/docs/README.md
Michael J Williams 1aa1618404 Update to docs, examples, and tutorial links (#546)
* Update to docs, examples, and tutorial links

* Added categories to docs index page. Removed icons.

* Update to docs, examples, and tutorial links.
Added categories to docs index page. Removed icons.

* updates to docs upon review
2017-12-01 09:53:51 -08:00

55 lines
1.6 KiB
Markdown

# Fn Documentation
## For Developers
If you are a developer using Fn through the API, this section is for you.
### Getting Started
* [Quickstart](https://github.com/fnproject/fn)
* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml)
* [FAQ](faq.md)
* [Object Model](developers/model.md)
* [Configuration](developers/configs.md)
* [FDKs](developers/clients.md)
* [Function file (func.yaml)](function-file.md)
* [Hot functions](hot-functions.md)
* [Testing functions](testing.md)
* [Writing functions](writing.md)
### Advanced
* [Open Function Format](function-format.md)
* [Packaging functions](packaging.md)
* [CLI Source](https://github.com/fnproject/cli/)
* [Async functions](async.md)
* [Organizing functions into an application](developers/apps.md)
## For Operators
If you are operating Fn, this section is for you.
### Getting Started
* [Running in Production](operating/production.md)
* [Logging](operating/logging.md)
* [Message Queues](operating/mqs/README.md)
* [Metrics](operating/metrics.md)
* [Operating on Windows](operating/windows.md)
* [Runtime Options](operating/options.md)
* [User Interface](operating/ui.md)
### Advanced
* [Extending Fn](operating/extending.md)
* [Running Fn on Kubernetes](operating/kubernetes/README.md)
* [Setting up development environment with Docker compose](./operating/compose.md)
* [OpenStack Triggers](operating/triggers.md)
* [Docker Configuration](operating/docker.md)
## Learn More
* [Examples](../examples)
* [Getting Started Series](../examples/tutorial)
* [Tutorials](https://github.com/fnproject/tutorials)