Player movement tweaks, bugfxes; Docs
This commit is contained in:
80
Documentation/docfx.json
Normal file
80
Documentation/docfx.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"metadata": [
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"src": "..",
|
||||
"files": [
|
||||
"Assets/**/*.cs"
|
||||
],
|
||||
"exclude": [
|
||||
"Assets/Plugins/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalNamespaceId": "Global",
|
||||
"dest": "api"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"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}"
|
||||
],
|
||||
"dest": "../_site"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user