Skip to content

Commit e2f0b27

Browse files
committed
docs(docfx): Added documentation generation
1 parent 77bc6ca commit e2f0b27

File tree

4 files changed

+50
-1
lines changed

4 files changed

+50
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,6 @@ __pycache__/
261261
*.pyc
262262

263263
# Docs
264-
docs/LastBuild.log
264+
docs/LastBuild.log
265+
docs/docfx/_site/
266+
docs/docfx/obj/

docs/docfx/docfx.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"metadata": [
3+
{
4+
"src": [
5+
{
6+
"src": "../../",
7+
"files": [
8+
"Maria.sln"
9+
],
10+
}
11+
],
12+
"dest": "obj"
13+
}
14+
],
15+
"build": {
16+
"content": [
17+
{
18+
"files": [
19+
"*.yml"
20+
],
21+
"src": "obj",
22+
"dest": "api"
23+
},
24+
{
25+
"files": [
26+
"index.md",
27+
"toc.yml"
28+
]
29+
}
30+
],
31+
"globalMetadata": {
32+
"_appTitle": "Sophia",
33+
"_enableSearch": true
34+
},
35+
"markdownEngineName": "markdig",
36+
"dest": "_site",
37+
"xrefService": [
38+
"https://xref.docs.microsoft.com/query?uid={uid}"
39+
]
40+
}
41+
}

docs/docfx/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Maria
2+

docs/docfx/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Home
2+
href: index.md
3+
- name: API
4+
href: obj/

0 commit comments

Comments
 (0)