Skip to content

Commit 6b9beea

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into fix-pr-283695
2 parents ce418bb + ef019a1 commit 6b9beea

File tree

43 files changed

+307
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+307
-1070
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,12 @@
410410
"branch": "main",
411411
"branch_mapping": {}
412412
},
413+
{
414+
"path_to_root": "azure-search-static-web-app",
415+
"url": "https://github.com/Azure-Samples/azure-search-static-web-app",
416+
"branch": "main",
417+
"branch_mapping": {}
418+
},
413419
{
414420
"path_to_root": "samples-personalizer",
415421
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",

articles/search/.openpublishing.redirection.search.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/search/tutorial-javascript-overview.md",
5+
"redirect_url": "/azure/search/tutorial-csharp-overview",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/search/tutorial-javascript-create-load-index.md",
10+
"redirect_url": "/azure/search/tutorial-csharp-create-load-index",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/search/tutorial-javascript-deploy-static-web-app.md",
15+
"redirect_url": "/azure/search/tutorial-csharp-deploy-static-web-app",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/search/tutorial-javascript-search-query-integration.md",
20+
"redirect_url": "/azure/search/tutorial-csharp-search-query-integration",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/search/tutorial-python-overview.md",
25+
"redirect_url": "/azure/search/tutorial-csharp-overview",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/search/tutorial-python-create-load-index.md",
30+
"redirect_url": "/azure/search/tutorial-csharp-create-load-index",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/search/tutorial-python-deploy-static-web-app.md",
35+
"redirect_url": "/azure/search/tutorial-csharp-deploy-static-web-app",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/articles/search/tutorial-python-search-query-integration.md",
40+
"redirect_url": "/azure/search/tutorial-csharp-search-query-integration",
41+
"redirect_document_id": false
42+
},
343
{
444
"source_path_from_root": "/articles/search/search-security-trimming-for-azure-search-with-aad.md",
545
"redirect_url": "/previous-versions/azure/search/search-security-trimming-for-azure-search-with-aad",

articles/search/TOC.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
items:
6060
- name: Dev tutorials
6161
items:
62+
- name: Add search to ASP.NET Core (MVC)
63+
href: tutorial-csharp-create-mvc-app.md
6264
- name: Add search to static web apps
6365
items:
64-
- name: C#
65-
items:
6666
- name: Overview
6767
href: tutorial-csharp-overview.md
6868
- name: Create a search index
@@ -71,30 +71,8 @@
7171
href: tutorial-csharp-deploy-static-web-app.md
7272
- name: Explore the code
7373
href: tutorial-csharp-search-query-integration.md
74-
- name: JavaScript
75-
items:
76-
- name: Overview
77-
href: tutorial-javascript-overview.md
78-
- name: Create a search index
79-
href: tutorial-javascript-create-load-index.md
80-
- name: Deploy static web app
81-
href: tutorial-javascript-deploy-static-web-app.md
82-
- name: Explore the code
83-
href: tutorial-javascript-search-query-integration.md
84-
- name: Python
85-
items:
86-
- name: Overview
87-
href: tutorial-python-overview.md
88-
- name: Create a search index
89-
href: tutorial-python-create-load-index.md
90-
- name: Deploy static web app
91-
href: tutorial-python-deploy-static-web-app.md
92-
- name: Explore the code
93-
href: tutorial-python-search-query-integration.md
94-
- name: Add search to ASP.NET Core (MVC)
95-
href: tutorial-csharp-create-mvc-app.md
9674
- name: Query from Power Apps
97-
href: search-howto-powerapps.md
75+
href: search-howto-powerapps.md
9876
- name: Indexing tutorials
9977
items:
10078
- name: Index any data

articles/search/includes/tutorial-add-search-website-create-app.md

Lines changed: 0 additions & 177 deletions
This file was deleted.

articles/search/includes/tutorial-add-search-website-create-resource-group.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)