Skip to content

Commit 239754e

Browse files
authored
Merge pull request #180368 from craigshoemaker/swa/nov-18/landing
[Static Web Apps] Update landing page
2 parents d04437a + 575fc8b commit 239754e

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

articles/static-web-apps/index.yml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ landingContent:
1818
- linkListType: overview
1919
links:
2020
- text: What is Azure Static Web Apps?
21-
url: overview.md
21+
url: overview.md
2222
- title: Get started
2323
linkLists:
2424
- linkListType: quickstart
2525
links:
26-
- text: Create your first app with no framework
26+
- text: Deploy an app with no front-end framework
2727
url: ./getting-started.md?tabs=vanilla-javascript
28-
- text: Create your first Angular app
28+
- text: Deploy an Angular app
2929
url: ./getting-started.md?tabs=angular
30-
- text: Create your first React app
30+
- text: Deploy a React app
3131
url: ./getting-started.md?tabs=react
32-
- text: Create your first Vue app
32+
- text: Deploy a Vue app
3333
url: ./getting-started.md?tabs=vue
3434
- linkListType: learn
3535
links:
@@ -41,33 +41,27 @@ landingContent:
4141
links:
4242
- text: Build and deploy a static web app
4343
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
4545
linkLists:
4646
- linkListType: tutorial
4747
links:
48-
- text: Publish from Gatsby
48+
- text: Gatsby
4949
url: publish-gatsby.md
50-
- text: Publish from Hugo
50+
- text: Hugo
5151
url: publish-hugo.md
52-
- text: Publish from VuePress
52+
- text: VuePress
5353
url: publish-vuepress.md
54-
- text: Publish from Jekyll
54+
- text: Jekyll
5555
url: publish-jekyll.md
56-
- text: Deploy from Blazor
56+
- text: Blazor
5757
url: deploy-blazor.md
58-
- text: Deploy from Next.js
58+
- text: Next.js
5959
url: deploy-nextjs.md
60-
- text: Deploy from Nuxt.js
60+
- text: Nuxt.js
6161
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
6963
url: /learn/modules/create-deploy-static-webapp-gatsby-app-service
70-
- text: Publish a static web app with Blazor
64+
- text: Blazor
7165
url: /learn/modules/publish-app-service-static-web-app-api-dotnet
7266
- title: Key concepts
7367
linkLists:
@@ -81,3 +75,13 @@ landingContent:
8175
url: review-publish-pull-requests.md
8276
- text: Restrict access
8377
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

Comments
 (0)