Skip to content

Commit 5ab715f

Browse files
authored
Merge pull request #114554 from craigshoemaker/marm-preview2
Add "Preview" to article titles
2 parents 90d6487 + 2795582 commit 5ab715f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

articles/static-web-apps/github-actions-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: chnwamba
1010
---
1111

12-
# GitHub Actions workflows for Azure Static Web Apps
12+
# GitHub Actions workflows for Azure Static Web Apps Preview
1313

1414
When you create a new Azure Static Web App resource, Azure generates a GitHub Actions workflow to control the app's continuous deployment. The workflow is driven by a YAML file. This article details the structure and options of the workflow file.
1515

articles/static-web-apps/local-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: buhollan
1010
---
1111

12-
# Set up local development for Azure Static Web Apps
12+
# Set up local development for Azure Static Web Apps Preview
1313

1414
An Azure Static Web Apps instance is made up of two different types of applications. The first is a web app for your static content. Web apps are often created with front-end frameworks and libraries or with static site generators. The second aspect is the API, which is an Azure Functions app that provides a rich back-end development environment.
1515

articles/static-web-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: cshoe
1010
# Customer intent: As a developer, I want to publish a website from a GitHub repository so that the app is publicly available on the web.
1111
---
1212

13-
# What is Azure Static Web Apps (Preview)?
13+
# What is Azure Static Web Apps Preview?
1414

1515
Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository.
1616

articles/static-web-apps/publish-gatsby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: aapowell
1010
---
1111

12-
# Tutorial: Publish a Gatsby site to Azure Static Web Apps
12+
# Tutorial: Publish a Gatsby site to Azure Static Web Apps Preview
1313

1414
This article demonstrates how to create and deploy a [Gatsby](https://gatsbyjs.org) web application to [Azure Static Web Apps](overview.md). The final result is a new Static Web Apps site (with the associated GitHub Actions) that give you control over how the app is built and published.
1515

articles/static-web-apps/publish-hugo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: aapowell
1010
---
1111

12-
# Tutorial: Publish a Hugo site to Azure Static Web Apps
12+
# Tutorial: Publish a Hugo site to Azure Static Web Apps Preview
1313

1414
This article demonstrates how to create and deploy a [Hugo](https://gohugo.io/) web application to [Azure Azure Static Web Apps](overview.md). The final result is a new Azure Static Web Apps with the associated GitHub Actions that give you control over how the app is built and published.
1515

articles/static-web-apps/publish-vuepress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: aapowell
1010
---
1111

12-
# Tutorial: Publish a VuePress site to Azure Static Web Apps
12+
# Tutorial: Publish a VuePress site to Azure Static Web Apps Preview
1313

1414
This article demonstrates how to create and deploy a [VuePress](https://vuepress.vuejs.org/) web application to [Azure Azure Static Web Apps](overview.md). The final result is a new Azure Static Web Apps application with the associated GitHub Actions that give you control over how the app is built and published.
1515

articles/static-web-apps/review-publish-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: yolasors
1010
---
1111

12-
# Review pull requests in pre-production environments in Azure Static Web Apps
12+
# Review pull requests in pre-production environments in Azure Static Web Apps Preview
1313

1414
This article demonstrates how to use pre-production environments to review changes to applications deployed with [Azure Static Web Apps](overview.md).
1515

articles/static-web-apps/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: cshoe
1010
---
1111

12-
# Routes in Azure Static Web Apps
12+
# Routes in Azure Static Web Apps Preview
1313

1414
Routing in Azure Static Web Apps defines back-end routing rules and authorization behavior for both static content and APIs. The rules are defined as an array of rules in the _routes.json_ file.
1515

articles/static-web-apps/user-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/08/2020
99
ms.author: cshoe
1010
---
1111

12-
# Accessing user information in Azure Static Web Apps
12+
# Accessing user information in Azure Static Web Apps Preview
1313

1414
Azure Static Web Apps provides authentication-related user information via a [direct-access endpoint](#direct-access-endpoint) and to [API functions](#api-functions).
1515

0 commit comments

Comments
 (0)