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.
docfx.json
1 parent 8d27825 commit 0afda83Copy full SHA for 0afda83
src/docfx.json
@@ -0,0 +1,44 @@
1
+{
2
+ "metadata": [
3
+ {
4
+ "src": [
5
6
+ "files": [
7
+ "**/*.csproj",
8
+ "**/*.cs"
9
+ ],
10
+ "src": "."
11
+ }
12
13
+ "dest": "obj/api"
14
15
16
+ "build": {
17
+ "content": [
18
19
20
+ "README.md",
21
+ "**/*.md"
22
+ ]
23
+ },
24
25
26
+ "**/*.yml"
27
28
+ "src": "obj/api"
29
30
31
+ "resource": [
32
33
34
+ "**/images/**"
35
36
37
38
+ "dest": "docs",
39
+ "globalMetadata": {
40
+ "_enableSearch": true,
41
+ "_disableContribution": true
42
43
44
+}
0 commit comments