mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"doc.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false,
|
|
"filter": "filterConfig.yml"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"**/**.md",
|
|
"**.md",
|
|
"**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**",
|
|
"**.png",
|
|
"**.jpg",
|
|
"**.svg"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"globalMetadata": {
|
|
"_homepage": "http://mirror-networking.com",
|
|
"_appLogoPath": "Logo.svg"
|
|
},
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"templates/material"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
} |