@@ -18,18 +18,18 @@ landingContent:
18
18
- linkListType : overview
19
19
links :
20
20
- text : What is Azure Static Web Apps?
21
- url : overview.md
21
+ url : overview.md
22
22
- title : Get started
23
23
linkLists :
24
24
- linkListType : quickstart
25
25
links :
26
- - text : Create your first app with no framework
26
+ - text : Deploy an app with no front-end framework
27
27
url : ./getting-started.md?tabs=vanilla-javascript
28
- - text : Create your first Angular app
28
+ - text : Deploy an Angular app
29
29
url : ./getting-started.md?tabs=angular
30
- - text : Create your first React app
30
+ - text : Deploy a React app
31
31
url : ./getting-started.md?tabs=react
32
- - text : Create your first Vue app
32
+ - text : Deploy a Vue app
33
33
url : ./getting-started.md?tabs=vue
34
34
- linkListType : learn
35
35
links :
@@ -41,33 +41,27 @@ landingContent:
41
41
links :
42
42
- text : Build and deploy a static web app
43
43
url : https://channel9.msdn.com/Shows/Docs-Azure/Building-and-Deploying-a-Static-Web-App/
44
- - title : Publish scenarios
44
+ - title : Deploy from a framework/library
45
45
linkLists :
46
46
- linkListType : tutorial
47
47
links :
48
- - text : Publish from Gatsby
48
+ - text : Gatsby
49
49
url : publish-gatsby.md
50
- - text : Publish from Hugo
50
+ - text : Hugo
51
51
url : publish-hugo.md
52
- - text : Publish from VuePress
52
+ - text : VuePress
53
53
url : publish-vuepress.md
54
- - text : Publish from Jekyll
54
+ - text : Jekyll
55
55
url : publish-jekyll.md
56
- - text : Deploy from Blazor
56
+ - text : Blazor
57
57
url : deploy-blazor.md
58
- - text : Deploy from Next.js
58
+ - text : Next.js
59
59
url : deploy-nextjs.md
60
- - text : Deploy from Nuxt.js
60
+ - text : Nuxt.js
61
61
url : deploy-nuxtjs.md
62
- - text : Deploy with Azure DevOps
63
- url : publish-devops.md
64
- - text : Deploy with an ARM template
65
- url : publish-azure-resource-manager.md
66
- - linkListType : learn
67
- links :
68
- - text : Publish a static web app with Gatsby
62
+ - text : Gatsby
69
63
url : /learn/modules/create-deploy-static-webapp-gatsby-app-service
70
- - text : Publish a static web app with Blazor
64
+ - text : Blazor
71
65
url : /learn/modules/publish-app-service-static-web-app-api-dotnet
72
66
- title : Key concepts
73
67
linkLists :
@@ -81,3 +75,13 @@ landingContent:
81
75
url : review-publish-pull-requests.md
82
76
- text : Restrict access
83
77
url : authentication-authorization.md
78
+ - text : Build configuration with GitHub Actions
79
+ url : publish-devops.md?tabs=github-actions
80
+ - text : Build configuration with Azure DevOps
81
+ 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