@@ -10,7 +10,7 @@ metadata:
10
10
ms.service : static-web-apps
11
11
author : craigshoemaker
12
12
ms.author : cshoe
13
- ms.date : 05/07 /2021
13
+ ms.date : 11/19 /2021
14
14
15
15
landingContent :
16
16
- title : About Static Web Apps
@@ -37,11 +37,15 @@ landingContent:
37
37
url : /learn/modules/publish-app-service-static-web-app-api
38
38
- text : Publish an API
39
39
url : /learn/modules/publish-static-web-app-api-preview-url
40
+ - text : Create and deploy a Gatsby app
41
+ url : /learn/modules/create-deploy-static-webapp-gatsby-app-service
42
+ - text : Publish a Blazor WebAssembly app and .NET API
43
+ url : /learn/modules/publish-app-service-static-web-app-api-dotnet
40
44
- linkListType : video
41
45
links :
42
46
- text : Build and deploy a static web app
43
47
url : https://channel9.msdn.com/Shows/Docs-Azure/Building-and-Deploying-a-Static-Web-App/
44
- - title : Deploy from a framework/library
48
+ - title : Build and deploy
45
49
linkLists :
46
50
- linkListType : tutorial
47
51
links :
@@ -59,29 +63,25 @@ landingContent:
59
63
url : deploy-nextjs.md
60
64
- text : Nuxt.js
61
65
url : deploy-nuxtjs.md
62
- - text : Gatsby
63
- url : /learn/modules/create-deploy-static-webapp-gatsby-app-service
64
- - text : Blazor
65
- url : /learn/modules/publish-app-service-static-web-app-api-dotnet
66
+ - title : Infrastructure as code
67
+ linkLists :
68
+ - linkListType : tutorial
69
+ links :
70
+ - text : Create an Azure Static Web App using an ARM template
71
+ url : publish-azure-resource-manager.md
66
72
- title : Key concepts
67
73
linkLists :
68
74
- linkListType : concept
69
75
links :
70
76
- text : Configuration
71
77
url : configuration-overview.md
72
- - text : Public APIs
78
+ - text : Serverless API endpoints
73
79
url : apis.md
74
80
- text : Staging environments
75
81
url : review-publish-pull-requests.md
76
- - text : Restrict access
82
+ - text : Authentication and authorization
77
83
url : authentication-authorization.md
78
84
- text : Build configuration with GitHub Actions
79
85
url : publish-devops.md?tabs=github-actions
80
86
- text : Build configuration with Azure DevOps
81
87
url : publish-devops.md?tabs=azure-devops
82
- - title : Software as a service
83
- linkLists :
84
- - linkListType : tutorial
85
- links :
86
- - text : Deploy with an ARM template
87
- url : publish-azure-resource-manager.md
0 commit comments