Skip to content

Commit c63900c

Browse files
authored
chore: Update DocFX config (#1576)
* chore: Fix readme header * chore: Update sitemap
1 parent fa9c3b2 commit c63900c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/wpf-ui-cd-extension.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- uses: microsoft/setup-msbuild@v2
1717
with:
1818
msbuild-architecture: x64
19+
- name: Setup .NET Core SDK 10.x
20+
uses: actions/setup-dotnet@v4
21+
with:
22+
dotnet-version: 10.x
23+
1924
- uses: nuget/setup-nuget@v2
2025
with:
2126
nuget-api-key: ${{ secrets.NUGET_API_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly. Library changes the base elements like `Page`, `ToggleButton` or `List`, and also includes additional controls like `Navigation`, `NumberBox`, `Dialog` or `Snackbar`.
88

99
[![Discord](https://img.shields.io/discord/1071051348348514375?label=discord)](https://discord.gg/AR9ywDUwGq) [![GitHub license](https://img.shields.io/github/license/lepoco/wpfui)](https://github.com/lepoco/wpfui/blob/master/LICENSE) [![Nuget](https://img.shields.io/nuget/v/WPF-UI)](https://www.nuget.org/packages/WPF-UI/) [![Nuget](https://img.shields.io/nuget/dt/WPF-UI?label=nuget)](https://www.nuget.org/packages/WPF-UI/)
10-
manitarian aid directly to Ukraine.
1110

11+
**Deliver humanitarian aid directly to Ukraine**
1212
<https://bank.gov.ua/en/about/humanitarian-aid-to-ukraine>
1313

1414
![ua](https://user-images.githubusercontent.com/13592821/184498735-d296feb8-0f9b-45df-bc0d-b7f0b6f580ed.png)

docs/docfx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,10 @@
7171
"keepFileLink": false,
7272
"cleanupCacheHistory": false,
7373
"disableGitFeatures": false
74+
},
75+
"sitemap": {
76+
"baseUrl": "https://wpfui.lepo.co",
77+
"priority": 0.1,
78+
"changefreq": "monthly"
7479
}
7580
}

0 commit comments

Comments
 (0)