Skip to content

Commit dcefb93

Browse files
authored
Merge pull request #114356 from ggailey777/marmalade
Marmalade landing and breadcrumb
2 parents 7056d43 + 6118b7a commit dcefb93

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

articles/static-web-apps/index.yml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,47 @@ landingContent:
1717
linkLists:
1818
- linkListType: overview
1919
links:
20-
- text: What are Azure Static Web Apps?
20+
- text: What is Azure 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 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

bread/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
- name: Mobile Apps
100100
tocHref: /azure/app-service-mobile/
101101
topicHref: /azure/app-service-mobile/
102+
- name: Static Web Apps
103+
tocHref: /azure/static-web-apps/
104+
topicHref: /azure/static-web-apps/
102105
- name: Advisor
103106
tocHref: /azure/advisor/
104107
topicHref: /azure/advisor/

0 commit comments

Comments
 (0)