You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.7 KiB
81 lines
1.7 KiB
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"**.csproj"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"**/bin/**",
|
|
"**/**Tests.csproj",
|
|
"**/Mono**.csproj",
|
|
"**/RSSDP.csproj"
|
|
],
|
|
"src": "src/jellyfin"
|
|
}
|
|
],
|
|
"dest": "plugin-api",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"plugin-api/**.yml",
|
|
"plugin-api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"general/**.md",
|
|
"general/**/toc.yml",
|
|
"toc.yml",
|
|
"index.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": "apispec/*.md",
|
|
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
|
|
"dest": "_site",
|
|
"globalMetadata": {
|
|
"_appTitle": "Documentation - Jellyfin Project",
|
|
"_appLogoPath": "images/header-icon.svg",
|
|
"_appFaviconPath": "images/favicon.png",
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/jellyfin/jellyfin-docs",
|
|
"branch": "master",
|
|
"apiSpecFolder": "apispec"
|
|
},
|
|
"_enableSearch": true
|
|
},
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default"
|
|
],
|
|
"postProcessors": [
|
|
"ExtractSearchIndex"
|
|
],
|
|
"markdownEngineName": "dfm",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false,
|
|
"sitemap":{
|
|
"baseUrl": "https://docs.jellyfin.org/",
|
|
"priority": 0.1,
|
|
"changefreq": "daily"
|
|
}
|
|
}
|
|
}
|