2025-04-16 19:20:36 -04:00
|
|
|
{
|
|
|
|
|
"metadata": [
|
|
|
|
|
{
|
|
|
|
|
"src": [
|
|
|
|
|
{
|
|
|
|
|
"src": "..",
|
|
|
|
|
"files": [
|
|
|
|
|
"Assets/**/*.cs"
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"Assets/Plugins/**"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalNamespaceId": "Global",
|
2025-04-16 19:57:54 -04:00
|
|
|
"filter": "filterConfig.yml",
|
2025-04-16 19:20:36 -04:00
|
|
|
"dest": "api"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"build": {
|
2025-04-16 19:57:54 -04:00
|
|
|
"template": [ "default", "templates/unity"],
|
2025-04-16 19:20:36 -04:00
|
|
|
"globalMetadata": {
|
|
|
|
|
"_appTitle": "Example Unity documentation",
|
|
|
|
|
"_appFooter": "Example Unity documentation footer",
|
|
|
|
|
"_enableSearch": true
|
|
|
|
|
},
|
|
|
|
|
"content": [
|
|
|
|
|
{
|
|
|
|
|
"files": [
|
|
|
|
|
"toc.yml",
|
|
|
|
|
"index.md"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "api",
|
|
|
|
|
"files": [
|
|
|
|
|
"*.yml"
|
|
|
|
|
],
|
|
|
|
|
"dest": "api"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "manual",
|
|
|
|
|
"files": [
|
|
|
|
|
"toc.yml",
|
|
|
|
|
"*.md"
|
|
|
|
|
],
|
|
|
|
|
"dest": "manual"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"overwrite": [
|
|
|
|
|
{
|
|
|
|
|
"src": "..",
|
|
|
|
|
"files": [
|
|
|
|
|
"Assets/Scripts/**/*.md"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"resource": [
|
|
|
|
|
{
|
|
|
|
|
"files": [
|
|
|
|
|
"resources/**/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"sitemap": {
|
|
|
|
|
"baseUrl": "https://localhost:8080",
|
|
|
|
|
"changefreq": "weekly",
|
|
|
|
|
"fileOptions": {
|
|
|
|
|
"api/*": {
|
|
|
|
|
"changefreq": "daily"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"xref": [
|
|
|
|
|
"https://normanderwan.github.io/UnityXrefMaps/xrefmap.yml"
|
|
|
|
|
],
|
|
|
|
|
"xrefService": [
|
|
|
|
|
"https://xref.docs.microsoft.com/query?uid={uid}"
|
|
|
|
|
],
|
2025-04-17 18:32:27 -04:00
|
|
|
"dest": "../crashcourse"
|
2025-04-16 19:20:36 -04:00
|
|
|
}
|
|
|
|
|
}
|