[Docs] Present the default privilege level - public (#260)
[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": "*/doc/api/**.md",
41         "src": "../src"
42       }
43     ],
44     "globalMetadata": {
45         "_appLogoPath" : "images/tizen_logo.png",
46         "_appFaviconPath" : "images/tizen_favicon.ico",
47         "_appFooter" : "<span>Copyright &copy; 2016-2018 Samsung <br> Generated by <strong>DocFX</strong></span>",
48         "_disableAffix": false,
49         "_disableContribution": true,
50         "_baseUrl": "https://samsung.github.io/TizenFX/master/",
51         "_newIssueUrl": "https://github.com/Samsung/TizenFX/issues/new",
52         "_docEditBaseUrl": "https://github.com/Samsung/TizenFX/edit/docs/",
53         "_enableSearch" : "true"
54     },
55     "dest": "../Artifacts/docs",
56     "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
57     "template": [
58       "template/tizen"
59     ],
60     "postProcessors": ["ExtractSearchIndex"],
61     "noLangKeyword": false,
62     "keepFileLink": false,
63     "cleanupCacheHistory": false
64   }
65 }