1
1
# ## YamlMime:Landing
2
2
3
- title : App Service Static Apps documentation
4
- summary : App Service Static Apps allows you to build JavaScript web applications that automatically publish from changes made in GitHub.
3
+ title : Azure Static Web Apps documentation
4
+ summary : Azure Static Web Apps allows you to build JavaScript web applications that automatically publish from changes made in GitHub.
5
5
6
6
metadata :
7
- title : App Service Static Apps documentation
8
- description : App Service Static Apps allows you to build JavaScript web applications that automatically publish from changes made in GitHub.
7
+ title : Azure Static Web Apps documentation
8
+ description : Azure Static Web Apps allows you to build JavaScript web applications that automatically publish from changes made in GitHub.
9
9
ms.topic : landing-page
10
10
ms.service : azure-functions
11
11
author : craigshoemaker
12
12
ms.author : cshoe
13
13
ms.date : 04/09/2020
14
14
15
15
landingContent :
16
- - title : About Static Apps
16
+ - title : About Static Web Apps
17
17
linkLists :
18
18
- linkListType : overview
19
19
links :
20
- - text : What are App Service Static Apps?
20
+ - text : What are Static Web Apps?
21
21
url : overview.md
22
+ # - linkListType: video
23
+ # links:
24
+ # - text: Intro to Static Web Apps?
25
+ # url: https://azure.microsoft.com/resources/videos/
22
26
- title : Get started
23
27
linkLists :
24
28
- linkListType : overview
25
29
links :
26
- - text : Create your first static app
27
- url : getting-started.md
30
+ - text : Create your first Angular app
31
+ url : /azure/static-web-apps/getting-started?tabs=angular
32
+ - text : Create your first React app
33
+ url : /azure/static-web-apps/getting-started?tabs=react
34
+ - text : Create your first Vue app
35
+ url : /azure/static-web-apps/getting-started?tabs=vue
36
+ - text : Create your first vanilla JavaScript app
37
+ url : /azure/static-web-apps/getting-started?tabs=vanilla-javascript
38
+ - title : Key concepts
39
+ linkLists :
40
+ - linkListType : concept
41
+ links :
42
+ - text : Routes
43
+ url : routes.md
44
+ - text : Public APIs
45
+ url : apis.md
46
+ - text : Staging
47
+ url : review-publish-pull-requests.md
48
+ - text : Restrict access
49
+ url : authentication-authorization.md
50
+ - title : Publish scenarios
51
+ linkLists :
52
+ - linkListType : tutorial
53
+ links :
54
+ - text : Publish from Gatsby
55
+ url : publish-gatsby.md
56
+ - text : Publish from Hugo
57
+ url : publish-hugo.md
58
+ - text : Publish from VuePress
59
+ url : publish-vuepress.md
60
+ - text : Deploy from Next.js
61
+ url : deploy-nextjs.md
62
+ - text : Deploy from Nuxt.js
63
+ url : deploy-nuxtjs.md
0 commit comments