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 4501086 commit 4a06c2cCopy full SHA for 4a06c2c
docfx/docfx.json
@@ -5,7 +5,9 @@
5
"src": [
6
{
7
"src": "../..",
8
- "files": ["OpenLanguage/OpenLanguage.csproj"]
+ "files": [
9
+ "OpenLanguage/OpenLanguage.csproj"
10
+ ]
11
}
12
],
13
"output": "./api",
@@ -29,11 +31,16 @@
29
31
"resource": [
30
32
33
"src": "docs",
- "files": ["img/**"]
34
35
+ "img/**"
36
37
38
39
"output": "./site",
- "template": ["default", "modern"],
40
+ "template": [
41
+ "default",
42
+ "modern"
43
+ ],
44
"globalMetadata": {
45
"_appName": "OpenLanguage",
46
"_appTitle": "OpenLanguage Documentation",
@@ -46,7 +53,7 @@
53
},
47
54
"fileMetadata": {
48
55
"_appLogoPath": {
49
- "docs/**": "img/logo.svg"
56
+ "docs/**": "img/logo.png"
50
57
51
58
52
59
docs/img/logo.png
1.05 KB
0 commit comments