Skip to content

Commit 06ae52f

Browse files
author
Glenn Gailey
committed
landing page updates
1 parent 7790111 commit 06ae52f

File tree

2 files changed

+46
-10
lines changed

2 files changed

+46
-10
lines changed

articles/static-apps/index.yml

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,63 @@
11
### YamlMime:Landing
22

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.
55

66
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.
99
ms.topic: landing-page
1010
ms.service: azure-functions
1111
author: craigshoemaker
1212
ms.author: cshoe
1313
ms.date: 04/09/2020
1414

1515
landingContent:
16-
- title: About Static Apps
16+
- title: About Static Web Apps
1717
linkLists:
1818
- linkListType: overview
1919
links:
20-
- text: What are App Service Static Apps?
20+
- text: What are Static Web Apps?
2121
url: overview.md
22+
# - linkListType: video
23+
# links:
24+
# - text: Intro to Static Web Apps?
25+
# url: https://azure.microsoft.com/resources/videos/
2226
- title: Get started
2327
linkLists:
2428
- linkListType: overview
2529
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

bread/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
tocHref: /azure/app-service-mobile/
101101
topicHref: /azure/app-service-mobile/
102102
- name: Static Web Apps
103-
tocHref: /azure/static-apps/
104-
topicHref: /azure/static-apps/
103+
tocHref: /azure/static-web-apps/
104+
topicHref: /azure/static-web-apps/
105105
- name: Advisor
106106
tocHref: /azure/advisor/
107107
topicHref: /azure/advisor/

0 commit comments

Comments
 (0)