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

@@ -1,7 +1,9 @@
# Example Functions
This directory has a collection of example functions you can look at to learn more about how to write them or just copy one and build on it to get started faster.
This directory has a collection of example functions you can look at to learn more about how to write them or just copy one and build on it to get started faster.
## Tutorial Series
## Learn More
The [Tutorial Series](tutorial/) will demonstrate some of Fn capabilities through a series of exmaples. We'll try to show examples in most major languages. This is a great place to start!
* [Documentation](../docs)
* [Getting Started Series](../examples/tutorial)
* [Tutorials](https://github.com/fnproject/tutorials)