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)

View File

@@ -1,31 +1,25 @@
# Tutorial Series
# Getting Started Series
Welcome to the Fn Tutorial Series, the best way to get started with Fn and serverless computing. In the following tutorials, we'll gradually introduce many of the key features of Fn.
Welcome to the Fn Getting Started Series, the best way to get started with Fn and serverless computing.
## Guided Tour
### Part 1
## Hello World Examples
Learn the basics about sending data into your function. Choose your language:
* [go](hello/go)
* [java](hello/java)
* [go](hello/go)
* [node](hello/node)
* [php](hello/php)
* [python](hello/python)
* [ruby](hello/ruby)
* [rust](hello/rust)
### Part 2
## Key Examples
Learn how to get parameters from a web request. [Click here](params)
* Learn how to get parameters from a web request. [Click here](params)
* Write your first HotFunction (stays alive to minimize latency between requests). [Click here](../../docs/hot-functions.md)
### Part 3
## Learn More
Write your first HotFunction (stays alive to minimize latency between requests). [Click here](https://github.com/fnproject/fn/tree/master/examples/formats)
## Other Tutorials
* [Introduction to Fn](https://github.com/fnproject/tutorials/tree/master/Introduction)
* [Introduction to Java Fn](https://github.com/fnproject/tutorials/tree/master/JavaFDKIntroduction)
* [Documentation](../../docs)
* [Examples](..)
* [Tutorials](https://github.com/fnproject/tutorials)