mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
Update README.md
Adds link to the under-construction docs site and the new workshop.
This commit is contained in:
21
README.md
21
README.md
@ -91,21 +91,27 @@ Other [Sample functions](https://github.com/openfaas/faas/tree/master/sample-fun
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[View our guides](https://github.com/openfaas/faas/tree/master/guide) for documentation, deployment guides and tutorials.
|
We are building a new documentation site at [docs.openfaas.com](http://docs.openfaas.com).
|
||||||
|
|
||||||
|
For all other guides, tutorials, trouble-shooting and blog posts head over to our [guides page](https://github.com/openfaas/faas/tree/master/guide) on GitHub.
|
||||||
|
|
||||||
## Get started with OpenFaaS
|
## Get started with OpenFaaS
|
||||||
|
|
||||||
### TestDrive
|
### Hands-on labs (detailed getting started)
|
||||||
|
|
||||||
|
You can learn how to build functions with OpenFaaS using our hands-on labs in the [OpenFaaS workshop](http://github.com/openfaas/workshop).
|
||||||
|
|
||||||
|
### TestDrive (classic getting started)
|
||||||
|
|
||||||
|
**Kubernetes**
|
||||||
|
|
||||||
|
OpenFaaS is Kubernetes-native - you can follow the [deployment guide here](http://docs.openfaas.com/deployment/kubernetes/).
|
||||||
|
|
||||||
**Docker Swarm**
|
**Docker Swarm**
|
||||||
|
|
||||||
The deployment guide for Docker Swarm contains a simple one-line command to get you up and running in around 60 seconds. It also includes a set of [sample functions](https://github.com/openfaas/faas/tree/master/sample-functions) which you can use with the TestDrive instructions below.
|
The deployment guide for Docker Swarm contains a simple one-line command to get you up and running in around 60 seconds. It also includes a set of [sample functions](https://github.com/openfaas/faas/tree/master/sample-functions) which you can use with the TestDrive instructions below.
|
||||||
|
|
||||||
[Deployment guide for Docker Swarm](https://github.com/openfaas/faas/blob/master/guide/deployment_swarm.md)
|
[Deployment guide for Docker Swarm](http://docs.openfaas.com/deployment/docker-swarm/)
|
||||||
|
|
||||||
**Kubernetes**
|
|
||||||
|
|
||||||
OpenFaaS is Kubernetes-native - you can follow the [deployment guide here](https://github.com/openfaas/faas/blob/master/guide/deployment_k8s.md).
|
|
||||||
|
|
||||||
The new login feature breaks the one-click deployment to PWD.
|
The new login feature breaks the one-click deployment to PWD.
|
||||||
**Docker Playground**
|
**Docker Playground**
|
||||||
@ -114,7 +120,6 @@ You can quickly start OpenFaaS on Docker Swarm online using the community-run Do
|
|||||||
|
|
||||||
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/openfaas/faas/master/docker-compose.yml&stack_name=func)
|
[](http://play-with-docker.com?stack=https://raw.githubusercontent.com/openfaas/faas/master/docker-compose.yml&stack_name=func)
|
||||||
|
|
||||||
|
|
||||||
#### Begin the TestDrive
|
#### Begin the TestDrive
|
||||||
|
|
||||||
* [Begin the TestDrive with Docker Swarm](https://github.com/openfaas/faas/blob/master/TestDrive.md)
|
* [Begin the TestDrive with Docker Swarm](https://github.com/openfaas/faas/blob/master/TestDrive.md)
|
||||||
|
Reference in New Issue
Block a user