mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
merge main branch
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
name: 'Status checker'
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
status_checker_job:
|
||||||
|
name: Look for build warnings
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: dotnet/samples/.github/actions/status-checker@main
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml.md",
|
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml.md",
|
||||||
"redirect_url": "/dotnet/desktop/wpf/xaml/overview?view=netdesktop-5.0"
|
"redirect_url": "/dotnet/desktop/wpf/xaml/index?view=netdesktop-5.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml-resources-define.md",
|
"source_path": "dotnet-desktop-guide/framework/wpf/fundamentals/xaml-resources-define.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user