File tree Expand file tree Collapse file tree 4 files changed +50
-1
lines changed
Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Original file line number Diff line number Diff 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 /
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ # Maria
2+
Original file line number Diff line number Diff line change 1+ - name : Home
2+ href : index.md
3+ - name : API
4+ href : obj/
You can’t perform that action at this time.
0 commit comments