Skip to content

Commit d645b37

Browse files
committed
docs(docfx): Add references to Unity docs.
1 parent 00eefc0 commit d645b37

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

docs/docfx/docfx.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"build": {
16-
"content": [
16+
"content": [
1717
{
1818
"files": [
1919
"*.yml"
@@ -28,25 +28,28 @@
2828
]
2929
}
3030
],
31-
"resource": [
31+
"resource": [
3232
{
3333
"files": [
3434
"**.svg"
3535
]
3636
}
3737
],
38-
"globalMetadata": {
39-
"_appTitle": "Sophia",
40-
"_enableSearch": true
41-
},
42-
"template": [
43-
"default",
44-
"templates/material"
45-
],
46-
"markdownEngineName": "markdig",
47-
"dest": "_site",
48-
"xrefService": [
49-
"https://xref.docs.microsoft.com/query?uid={uid}"
50-
]
51-
}
38+
"sitemap": {
39+
"baseUrl": "https://r-dh.github.io/Maria",
40+
},
41+
"globalMetadata": {
42+
"_appTitle": "Maria",
43+
"_appFooter": "Library provided by <a href=\"https://www.digitalartsandentertainment.be/page/133/Research\">DAE Research</a>",
44+
"_enableSearch": true
45+
},
46+
"template": [
47+
"default",
48+
"templates/material"
49+
],
50+
"markdownEngineName": "markdig",
51+
"dest": "_site",
52+
"xref": [ "https://normanderwan.github.io/DocFxForUnity/Unity/xrefmap.yml" ],
53+
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}"]
54+
}
5255
}

0 commit comments

Comments
 (0)