Skip to content

Commit b2ccc00

Browse files
author
Phil Hawksworth
committed
Add Ben's mission to nav and tutorials
1 parent 85f15fd commit b2ccc00

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/_data/site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ module.exports = {
2828
url: "/tutorials/",
2929
title: "Tutorials",
3030
},
31+
{
32+
url: "https://explorers.netlify.com/learn/up-and-running-with-serverless-functions",
33+
title: "Up & running with serverless",
34+
},
3135
{
3236
url: "https://frontendmasters.com/workshops/serverless-functions/",
3337
title: "Intro to serverless",

src/_data/tutorials.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"title": "Up and Running with Serverless Functions",
4+
"description": "This mission will take you from zero to building the foundation you need to equip yourselves with the confidence to use serverless functions in your applications. And the best part? We'll be keeping it to the essentials. Just some HTML and JavaScript, no CSS or framework knowledge required.",
5+
"url": "https://explorers.netlify.com/learn/up-and-running-with-serverless-functions/",
6+
"date": "2021-06-01"
7+
},
28
{
39
"title": "Netlify Lambda Functions tutorial",
410
"description": "How to use Netlify Lambda Functions and add dynamic processing to JAMstack sites",

0 commit comments

Comments
 (0)