Skip to content

Commit cac5607

Browse files
authored
Merge pull request #107955 from MicrosoftDocs/docs-build-v3
(Don't Merge)Migrate to DocFX V3
2 parents 5e3aba3 + 5627154 commit cac5607

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.openpublishing.publish.config.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158158
"branch": "master",
159159
"branch_mapping": {}
160-
},
160+
},
161161
{
162162
"path_to_root": "functions-quickstart-templates",
163163
"url": "https://github.com/Azure/azure-functions-templates",
@@ -187,7 +187,8 @@
187187
"path_to_root": "functions-docs-powershell",
188188
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
189189
"branch": "master"
190-
}, {
190+
},
191+
{
191192
"path_to_root": "samples-personalizer",
192193
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
193194
"branch": "master"
@@ -366,7 +367,7 @@
366367
"path_to_root": "azure-sdk-for-java-script-event-hubs",
367368
"url": "https://github.com/Azure/azure-sdk-for-js/",
368369
"branch": "master"
369-
},
370+
},
370371
{
371372
"path_to_root": "azure-sdk-for-net-event-hubs",
372373
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -376,7 +377,7 @@
376377
"path_to_root": "azure-sdk-for-python-event-hubs",
377378
"url": "https://github.com/Azure/azure-sdk-for-python/",
378379
"branch": "master"
379-
},
380+
},
380381
{
381382
"path_to_root": "cosmos-dotnet-getting-started",
382383
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -510,5 +511,8 @@
510511
"Pdf": {
511512
"template_folder": "_themes.pdf"
512513
}
514+
},
515+
"docs_build_engine": {
516+
"name": "docfx_v3"
513517
}
514518
}

.openpublishing.redirection.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4503,7 +4503,7 @@
45034503
{
45044504
"source_path": "articles/azure-supportability/create-manage-support-requests-using-access-control.md",
45054505
"redirect_url": "/azure/azure-portal/supportability/how-to-create-azure-support-request#role-based-access-control",
4506-
"redirect_document_id": true
4506+
"redirect_document_id": false
45074507
},
45084508
{
45094509
"source_path": "articles/azure-supportability/how-to-create-azure-support-request.md",
@@ -49419,19 +49419,19 @@
4941949419
"redirect_url": "/azure/media-services/latest/create-account-howto",
4942049420
"redirect_document_id": false
4942149421
},
49422-
{
49423-
"source_path": "articles/mariadb/howto-tls-configurations.md",
49424-
"redirect_url": "/azure/mariadb/howto-configure-ssl",
49425-
"redirect_document_id": false
49422+
{
49423+
"source_path": "articles/mariadb/howto-tls-configurations.md",
49424+
"redirect_url": "/azure/mariadb/howto-configure-ssl",
49425+
"redirect_document_id": false
4942649426
},
4942749427
{
49428-
"source_path": "articles/mysql/howto-tls-configurations.md",
49429-
"redirect_url": "/azure/mysql/howto-configure-ssl",
49428+
"source_path": "articles/mysql/howto-tls-configurations.md",
49429+
"redirect_url": "/azure/mysql/howto-configure-ssl",
4943049430
"redirect_document_id": false
4943149431
},
4943249432
{
49433-
"source_path": "articles/postgresql/howto-tls-configurations.md",
49434-
"redirect_url": "/azure/postgresql/concepts-ssl-connection-security",
49433+
"source_path": "articles/postgresql/howto-tls-configurations.md",
49434+
"redirect_url": "/azure/postgresql/concepts-ssl-connection-security",
4943549435
"redirect_document_id": false
4943649436
}
4943749437
]

articles/data-explorer/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following example triggers a query every minute and sends an email based on
127127
### Run query and visualize results
128128
129129
> [!Note]
130-
> If your query starts with a dot (meaning it's a [control command]((https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results)
130+
> If your query starts with a dot (meaning it's a [control command](https://docs.microsoft.com/azure/kusto/management/index)), use [Run control command and visualize results](#run-control-command-and-visualize-results)
131131
132132
Use the Run query and visualize results action to visualize Kusto query result as a table or chart. For example, use this flow to receive daily ICM reports by email.
133133

0 commit comments

Comments
 (0)