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
This commit is contained in:
Michael J Williams
2017-12-01 10:53:51 -07:00
committed by Chad Arimura
parent b0b113477d
commit 1aa1618404
4 changed files with 64 additions and 53 deletions

View File

@@ -4,39 +4,51 @@
If you are a developer using Fn through the API, this section is for you.
### Getting Started
* [Quickstart](https://github.com/fnproject/fn)
* [Usage](usage.md)
* [Writing functions](writing.md)
* [Testing functions](testing.md)
* [Hot functions](hot-functions.md)
* [Async functions](async.md)
* [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)
* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.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)
* [Function file (func.yaml)](function-file.md)
* [Client Libraries](developers/clients.md)
* [Packaging functions](packaging.md)
* [Open Function Format](function-format.md)
* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml)
* [Object Model](developers/model.md)
* [FAQ](faq.md)
* [Setting up development environment with Docker compose](./operating/compose.md)
## For Operators
If you are operating Fn, this section is for you.
* [Running in Production Overview](operating/production.md)
* [Runtime Options](operating/options.md)
* [Databases](operating/databases/README.md)
* [Message Queues](operating/mqs/README.md)
* [UI](operating/ui.md)
### Getting Started
* [Running in Production](operating/production.md)
* [Logging](operating/logging.md)
* [Message Queues](operating/mqs/README.md)
* [Metrics](operating/metrics.md)
* [Triggers](operating/triggers.md)
* [Operating on Windows](operating/windows.md)
* [Runtime Options](operating/options.md)
* [User Interface](operating/ui.md)
### Advanced
* [Extending Fn](operating/extending.md)
* [Docker Configuration](operating/docker.md)
* [Operating On Windows](operating/windows.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)