Skip to content

Commit 617cb62

Browse files
committed
Add featured tutorials
Signed-off-by: Alex Ellis <[email protected]>
1 parent 5908f47 commit 617cb62

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/tutorials/featured.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Featured tutorials
2+
3+
* [Serverless: Databases with OpenFaaS and Mongo](https://blog.alexellis.io/serverless-databases-with-openfaas-and-mongo/)
4+
5+
* [Turn Any CLI into a Function with OpenFaaS](https://blog.alexellis.io/cli-functions-with-openfaas/)
6+
7+
* [I'm going to be working on OpenFaaS full-time](https://blog.alexellis.io/full-time-openfaas/)
8+
9+
* [Serverless Kubernetes home-lab with your Raspberry Pis](https://blog.alexellis.io/serverless-kubernetes-on-raspberry-pi/)
10+
11+
* [Get storage for your Severless Functions with Minio & Docker](https://blog.alexellis.io/openfaas-storage-for-your-functions/)
12+
13+
* [Deploying OpenFaaS on Kubernetes — Azure AKS](https://medium.com/@ericstoekl/deploying-openfaas-on-kubernetes-azure-aks-4eea99d0743f)
14+
15+
* [OpenFaaS on GKE](https://github.com/stefanprodan/openfaas-gke)
16+
17+
There are many more great tutorials and events by our community listed in our main [Community file](https://github.com/openfaas/faas/blob/master/community.md).

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ pages:
116116
- CLI with Node.js: ./tutorials/CLI-with-node.md
117117
- First Python Function: ./tutorials/first-python-function.md
118118
- Workshop: ./tutorials/workshop.md
119+
- Featured: ./tutorials/featured.md
119120
- Design & Architecture:
120121
- Gateway: ./architecture/gateway.md
121122
- Watchdog: ./architecture/watchdog.md

0 commit comments

Comments
 (0)