mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Chad Arimura
parent
b0b113477d
commit
1aa1618404
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user