Skip to content

Commit 3e1a177

Browse files
Merge pull request #10438 from MicrosoftDocs/main638640326762365506sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 06ae81e + a52e2da commit 3e1a177

19 files changed

+627
-25
lines changed

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].1
1818

1919
# Call clean repo
2020
- name: Clean repo

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2222

2323
- name: "Print manual run reason"
2424
if: ${{ github.event_name == 'workflow_dispatch' }}

docs/javascript/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88
items:
99
- name: First look at the Visual Studio IDE
1010
href: quickstart-ide-orientation-js.md
11-
- name: Create a React app
11+
- name: Create a React project
1212
href: tutorial-create-react-app.md
13-
- name: Create an Angular app
13+
- name: Create an Angular project
1414
href: tutorial-create-angular-app.md
15-
- name: Create a Vue.js app
15+
- name: Create a Vue.js project
1616
href: tutorial-create-vue-app.md
1717
- name: Tutorials
1818
items:
1919
- name: Create a Node.js app with Express
2020
href: tutorial-nodejs.md
21+
- name: Create a React app
22+
href: create-react-app.md
2123
- name: Create an ASP.NET Core app with React
2224
href: tutorial-asp-net-core-with-react.md
2325
- name: Create an ASP.NET Core app with Angular

docs/javascript/create-react-app.md

Lines changed: 586 additions & 0 deletions
Large diffs are not rendered by default.

docs/javascript/index.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
author: mikejo5000
1212
ms.author: mikejo
1313
manager: mijacobs
14-
ms.date: 01/23/2023
14+
ms.date: 10/03/2024
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -39,14 +39,16 @@ landingContent:
3939
linkLists:
4040
- linkListType: quickstart
4141
links:
42-
- text: Create an Angular App
42+
- text: Create an Angular project
4343
url: tutorial-create-angular-app.md
44-
- text: Create a React App
44+
- text: Create a React project
4545
url: tutorial-create-react-app.md
46-
- text: Create a Vue App
46+
- text: Create a Vue project
4747
url: tutorial-create-vue-app.md
4848
- linkListType: tutorial
4949
links:
50+
- text: Create a React app
51+
url: create-react-app.md
5052
- text: Create a web app with Angular and ASP.NET Core
5153
url: tutorial-asp-net-core-with-angular.md
5254
- text: Create a web app with React and ASP.NET Core
7.62 KB
Loading
1.41 MB
Loading
40.4 KB
Loading
27.4 KB
Loading
76.3 KB
Loading

0 commit comments

Comments
 (0)