86 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "metadata": [
 | |
|         {
 | |
|             "src": [
 | |
|                 {
 | |
|                     "src": "..",
 | |
|                     "files": [
 | |
|                         "/**/*.cs"
 | |
|                     ]
 | |
|                 }
 | |
|             ],
 | |
|             "globalNamespaceId": "Global",
 | |
|             "filter": "filterConfig.yml",
 | |
|             "dest": "api"
 | |
|         }
 | |
|     ],
 | |
|     "build": {
 | |
|         "postProcessors": [ "ExtractSearchIndex" ],
 | |
|         "globalMetadata": {
 | |
|             "_appTitle": "Unity-Movement Documentation",
 | |
|             "_appFooter": "Unity-Movement Documentation",
 | |
|             "_enableSearch": true
 | |
|         },
 | |
|         "content": [
 | |
|             {
 | |
|                 "files": [
 | |
|                     "toc.yml",
 | |
|                     "index.md"
 | |
|                 ]
 | |
|             },
 | |
|             {
 | |
|                 "src": "api",
 | |
|                 "files": [
 | |
|                     "*.yml"
 | |
|                 ],
 | |
|                 "dest": "api"
 | |
|             },
 | |
|             {
 | |
|                 "src": "manual",
 | |
|                 "files": [
 | |
|                     "toc.yml",
 | |
|                     "*.md"
 | |
|                 ],
 | |
|                 "dest": "manual"
 | |
|             }
 | |
|         ],
 | |
|         "overwrite": [
 | |
|             {
 | |
|                 "src": "..",
 | |
|                 "exclude": [
 | |
|                     "Documentation~/**",
 | |
|                     ".Documentation/**"
 | |
|                 ],
 | |
|                 "files": [
 | |
|                     "/**/*.md"
 | |
|                 ]
 | |
|             }
 | |
|         ],
 | |
|         "resource": [
 | |
|             {
 | |
|                 "files": [
 | |
|                     "logo.svg",
 | |
|                     "favicon.ico",
 | |
|                     "resources/**/*"
 | |
|                 ]
 | |
|             }
 | |
|         ],
 | |
|         "sitemap": {
 | |
|             "baseUrl": "https://oculus-samples.github.io/Unity-Movement",
 | |
|             "changefreq": "weekly",
 | |
|             "fileOptions": {
 | |
|                 "api/*": {
 | |
|                     "changefreq": "daily"
 | |
|                 }
 | |
|             }
 | |
|         },
 | |
|         "xref": [
 | |
|             "unity_xref_map.yml"
 | |
|         ],
 | |
|         "xrefService": [
 | |
|             "https://xref.docs.microsoft.com/query?uid={uid}"
 | |
|         ],
 | |
|         "dest": "../docs/_site"
 | |
|     }
 | |
| }
 | 
