Sam Therapy
4f384523a6
All checks were successful
Public Preview Builds / publish-preview (push) Successful in 40s
Signed-off-by: Sam Therapy <sam@samtherapy.net>
49 lines
No EOL
798 B
JSON
49 lines
No EOL
798 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../src",
|
|
"files": [
|
|
"**/Xdg.Directories*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"custom"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "Xdg.Directories",
|
|
"_appTitle": "",
|
|
"_appFaviconPath": "images/icon.png",
|
|
"_appLogoPath": "images/icon.svg",
|
|
"_enableSearch": true,
|
|
"_lang": "en",
|
|
"pdf": false
|
|
}
|
|
}
|
|
} |