Skip to content

Commit 1a771b5

Browse files
committed
Change order of docs for edge
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bde64ea commit 1a771b5

File tree

1 file changed

+35
-32
lines changed

1 file changed

+35
-32
lines changed

docs/deployment/edge.md

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ After that time, you will need to purchase a license for OpenFaaS Edge (faasd-pr
2828

2929
If you need to use faasd at work, on work time, for a commercial product or service, or for an end-client, then you will need to purchase a license for OpenFaaS Edge (faasd-pro).
3030

31-
3231
* Upgraded Pro components from OpenFaaS Standard: Gateway, Cron Connector, JetStream Queue Worker and Classic Scale to Zero
3332
* Deploy up to 250 functions per installation*
3433
* Configure private DNS servers
@@ -41,36 +40,6 @@ If you need to use faasd at work, on work time, for a commercial product or serv
4140

4241
This version is intended for resale as part of a wider solution, and to be deployed both into industrial and on-premises environments.
4342

44-
## Documentation and handbook
45-
46-
For either edition, the complete handbook for faasd "Serverless For Everyone Else" is available [in the OpenFaaS Store](https://store.openfaas.com/l/serverless-for-everyone-else?layout=profile). It contains complete examples for deploying faasd, building functions in Node.js, setting up TLS and custom domains, monitoring, background jobs, and cron schedules.
47-
48-
<a href="https://openfaas.gumroad.com/l/serverless-for-everyone-else">
49-
<img src="https://www.alexellis.io/serverless.png" width="40%"></a>
50-
51-
52-
Any examples of functions on the blog or in the documentation for OpenFaaS on Kubernetes, will generally work with faasd without modification.
53-
54-
Additional topics covered by the handbook:
55-
56-
* Should you deploy to a VPS or Raspberry Pi?
57-
* Deploying your server with bash, cloud-init or terraform
58-
* Using a private container registry
59-
* Finding functions in the store
60-
* Building your first function with Node.js
61-
* Using environment variables for configuration
62-
* Using secrets from functions, and enabling authentication tokens
63-
* Customising templates
64-
* Monitoring your functions with Grafana and Prometheus
65-
* Scheduling invocations and background jobs
66-
* Tuning timeouts, parallelism, running tasks in the background
67-
* Adding TLS to faasd and custom domains for functions
68-
* Self-hosting on your Raspberry Pi
69-
* Adding a database for storage with InfluxDB and Postgresql
70-
* Troubleshooting and logs
71-
* CI/CD with GitHub Actions and multi-arch
72-
* Taking things further, community and case-studies
73-
7443
## Prerequisites
7544

7645
The quickest and easiest option for trying out faasd is to use a Linux VM from a cloud provider. You can typically create these in a minute or two, and then delete them when you're finished.
@@ -114,7 +83,40 @@ cd faasd
11483
./hack/install.sh
11584
```
11685

117-
## Video overview
86+
87+
## Documentation and handbook
88+
89+
For either edition, the complete handbook for faasd ["Serverless For Everyone Else"](https://store.openfaas.com/l/serverless-for-everyone-else?layout=profile) is available in the OpenFaaS Store. It contains complete examples for deploying faasd, building functions in Node.js, setting up TLS and custom domains, monitoring, background jobs, and cron schedules.
90+
91+
<a href="https://openfaas.gumroad.com/l/serverless-for-everyone-else">
92+
<img src="https://www.alexellis.io/serverless.png" width="40%"></a>
93+
94+
95+
Any examples of functions on the blog or in the documentation for OpenFaaS on Kubernetes, will generally work with faasd without modification.
96+
97+
Additional topics covered by the handbook:
98+
99+
* Should you deploy to a VPS or Raspberry Pi?
100+
* Deploying your server with bash, cloud-init or terraform
101+
* Using a private container registry
102+
* Finding functions in the store
103+
* Building your first function with Node.js
104+
* Using environment variables for configuration
105+
* Using secrets from functions, and enabling authentication tokens
106+
* Customising templates
107+
* Monitoring your functions with Grafana and Prometheus
108+
* Scheduling invocations and background jobs
109+
* Tuning timeouts, parallelism, running tasks in the background
110+
* Adding TLS to faasd and custom domains for functions
111+
* Self-hosting on your Raspberry Pi
112+
* Adding a database for storage with InfluxDB and Postgresql
113+
* Troubleshooting and logs
114+
* CI/CD with GitHub Actions and multi-arch
115+
* Taking things further, community and case-studies
116+
117+
See also: [Serverless For Everyone Else eBook](https://store.openfaas.com/l/serverless-for-everyone-else?layout=profile)
118+
119+
### Video overview
118120

119121
Watch the presentation from KubeCon, where faasd was first announced:
120122

@@ -123,3 +125,4 @@ Watch the presentation from KubeCon, where faasd was first announced:
123125
[Meet faasd. Look Ma’ No Kubernetes! - Serverless Summit](https://www.youtube.com/watch?v=ZnZJXI377ak)
124126

125127
An additional training video and walkthrough is available via the [Serverless For Everyone Else](https://store.openfaas.com/l/serverless-for-everyone-else?layout=profile) handbook package.
128+

0 commit comments

Comments
 (0)