@@ -17,11 +17,47 @@ landingContent:
17
17
linkLists :
18
18
- linkListType : overview
19
19
links :
20
- - text : What are Azure Static Web Apps?
20
+ - text : What is Azure 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 app (no framework)
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