Update docfx.json
[platform/core/csapi/tizenfx.git] / docs / docfx.json
1 {
2   "metadata": [
3     {
4       "src": [
5         {
6           "files": [ "*/*.csproj" ],
7           "exclude": [ "**/obj/**", "**/bin/**" ],
8           "src": "../src",
9           "filter": "filterConfig.yml"
10         }
11       ],
12       "dest": "api"
13     }
14   ],
15   "build": {
16     "content": [
17       {
18         "files": [ "api/**.yml", "api/index.md" ]
19       },
20       {
21         "files": [ "index.md", "toc.yml" ]
22       },
23       {
24         "files": [ "*/doc/**.md" ],
25         "exclude": [ "*/doc/api/*", "*/doc/api/**/*" ],
26         "src": "../src"
27       }
28     ],
29     "resource": [
30       {
31         "files": [ "images/**" ]
32       },
33       {
34         "files": "*/doc/images/**",
35         "src": "../src"
36       }
37     ],
38     "overwrite": [
39       {
40         "files": "overwrites/**.md"
41       },
42       {
43         "files": "*/doc/api/**.md",
44         "src": "../src"
45       }
46     ],
47     "globalMetadata": {
48         "_appLogoPath" : "images/tizen_logo.png",
49         "_appFaviconPath" : "images/tizen_favicon.ico",
50         "_appFooter" : "<span>Copyright &copy; 2016-2018 Samsung <br> Generated by <strong>DocFX</strong></span>",
51         "_disableAffix": false,
52         "_disableContribution": true,
53         "_baseUrl": "https://samsung.github.io/TizenFX/master/",
54         "_newIssueUrl": "https://github.com/Samsung/TizenFX/issues/new",
55         "_docEditBaseUrl": "https://github.com/Samsung/TizenFX/edit/docs/",
56         "_enableSearch" : "true"
57     },
58     "dest": "../Artifacts/docs",
59     "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
60     "template": [
61       "template/tizen"
62     ],
63     "postProcessors": ["ExtractSearchIndex"],
64     "noLangKeyword": false,
65     "keepFileLink": false,
66     "cleanupCacheHistory": false
67   }
68 }