We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68281 commit aab9ea8Copy full SHA for aab9ea8
docfx.json
@@ -0,0 +1,37 @@
1
+{
2
+ "metadata": [
3
+ {
4
+ "src": [
5
6
+ "files": [ "**/*.sln" ],
7
+ "exclude": [ "**/bin/**", "**/obj/**" ],
8
+ "src": ""
9
+ }
10
+ ],
11
+ "dest": "obj/api"
12
13
14
+ "build": {
15
+ "content": [
16
17
+ "files": [ "**/*.yml" ],
18
+ "src": "obj/api",
19
+ "dest": "api"
20
+ },
21
22
+ "files": [ "*.md", "toc.yml" ]
23
24
25
+ "globalMetadata": {
26
+ "_appTitle": "LinksPlatform's Platform.$REPOSITORY_NAME Library",
27
+ "_enableSearch": true,
28
+ "_gitContribute": {
29
+ "branch": "master"
30
31
+ "_gitUrlPattern": "github"
32
33
+ "markdownEngineName": "markdig",
34
+ "dest": "_site",
35
+ "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
36
37
+}
0 commit comments