Skip to content

Commit

Permalink
Added TOC
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Jun 23, 2021
1 parent cff3a6f commit 1f12844
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 00-hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This is a Hello World example using OpenFaaS R templates.
You'll need the prerequisites listed [here](https://github.com/analythium/openfaas-rstats-templates/tree/master/examples).

- [Hello](#hello)
- [Create a new function using a template](#create-a-new-function-using-a-template)
- [Build, push, deploy the function](#build-push-deploy-the-function)
- [Testing](#testing)
- [Customize the function](#customize-the-function)

## Create a new function using a template

Create a new function called `r-hello`.
Expand Down
6 changes: 6 additions & 0 deletions 01-principal-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ We will create a function that takes a multi-dimensional JSON array as input and
You'll need the prerequisites listed [here](https://github.com/analythium/openfaas-rstats-templates/tree/master/examples).

- [Principal Component Analysis (PCA)](#principal-component-analysis-pca)
- [Create a new function using a template](#create-a-new-function-using-a-template)
- [Customize the function](#customize-the-function)
- [Build, push, deploy the function](#build-push-deploy-the-function)
- [Testing](#testing)

## Create a new function using a template

Create a new function called `r-pca`.
Expand Down
9 changes: 9 additions & 0 deletions 02-time-series-forecast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ We will create a function that pulls JSON data from public [COVID-19 data API](h
You'll need the prerequisites listed [here](https://github.com/analythium/openfaas-rstats-templates/tree/master/examples).

- [Time Series Forecast](#time-series-forecast)
- [Create a new function using a template](#create-a-new-function-using-a-template)
- [Customize the function](#customize-the-function)
- [Build, push, deploy the function](#build-push-deploy-the-function)
- [Testing](#testing)
- [Use URL parameters](#use-url-parameters)
- [Use dynamic routing](#use-dynamic-routing)
- [Use r-minimal base image](#use-r-minimal-base-image)

## Create a new function using a template

Create a new function called `r-covid`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ __Step 5.__ Use the [`faas-cli`](https://github.com/openfaas/faas-cli) and pull
```bash
faas-cli template pull https://github.com/analythium/openfaas-rstats-templates
```

Now you can pick one of the examples and continue.

0 comments on commit 1f12844

Please sign in to comment.