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