更新客户端渲染,更新了壳
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"metadata": [
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"files": [
|
||||
"Wpf.Ui/*.csproj",
|
||||
"Wpf.Ui.Tray/*.csproj",
|
||||
"Wpf.Ui.Abstractions/*.csproj",
|
||||
"Wpf.Ui.DependencyInjection/*.csproj"
|
||||
],
|
||||
"src": "../src"
|
||||
}
|
||||
],
|
||||
"dest": "api",
|
||||
"includePrivateMembers": false,
|
||||
"disableGitFeatures": false,
|
||||
"disableDefaultFilter": false,
|
||||
"noRestore": false,
|
||||
"namespaceLayout": "flattened",
|
||||
"memberLayout": "samePage",
|
||||
"allowCompilationErrors": false
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.{md,yml}"
|
||||
],
|
||||
"exclude": [
|
||||
"_site/**",
|
||||
"obj/**",
|
||||
"architecture/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"**/images/**",
|
||||
"codesnippet/**",
|
||||
"manifest.webmanifest",
|
||||
"robots.txt"
|
||||
],
|
||||
"exclude": [
|
||||
"_site/**",
|
||||
"obj/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"xref": [],
|
||||
"xrefService": [
|
||||
"https://xref.docs.microsoft.com/query?uid={uid}"
|
||||
],
|
||||
"postProcessors": [
|
||||
"ExtractSearchIndex"
|
||||
],
|
||||
"globalMetadata": {
|
||||
"_appTitle": "WPF UI",
|
||||
"_appName": "WPF UI",
|
||||
"_appFaviconPath": "images/favicon.ico",
|
||||
"_appLogoPath": "images/wpfui.png",
|
||||
"_appFooter": "<span>Made with <a href=\"https://dotnet.github.io/docfx\" rel=\"noreferrer\">docfx</a>, <a href=\"https://chat.openai.com/\" rel=\"noreferrer\">ChatGPT</a> | Copyright © 2026 <a href=\"https://lepo.co/\">lepo.co</a></span>"
|
||||
},
|
||||
"dest": "_site",
|
||||
"template": [
|
||||
"default",
|
||||
"templates/wpfui"
|
||||
],
|
||||
"globalMetadataFiles": [],
|
||||
"fileMetadataFiles": [],
|
||||
"markdownEngineName": "markdig",
|
||||
"noLangKeyword": false,
|
||||
"keepFileLink": false,
|
||||
"cleanupCacheHistory": false,
|
||||
"disableGitFeatures": false
|
||||
},
|
||||
"sitemap": {
|
||||
"baseUrl": "https://wpfui.lepo.co",
|
||||
"priority": 0.1,
|
||||
"changefreq": "monthly"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user