Skip to content

Commit b9a3a28

Browse files
committed
Add docs output directory to .gitignore
docs/open-xml-docs is where the docfx build ends up - it appears to have out of date assets that are overwritten with the build. This change removes the directory and adds it to .gitignore As part of this change, a default template is added to docfx.json so that local builds can work.
1 parent a991ece commit b9a3a28

19 files changed

+6
-376
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ __pycache__/
286286
*.btm.cs
287287
*.odx.cs
288288
*.xsd.cs
289+
290+
docs/open-xml-docs/

docs/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
"**/*.yml": ["csharp", "vb"]
4949
}
5050
},
51-
"template": [],
51+
"template": [
52+
"default",
53+
"modern"
54+
],
5255
"dest": "open-xml-docs",
5356
"markdownEngineName": "markdig"
5457
}

docs/open-xml-docs/manifest.json

Lines changed: 0 additions & 375 deletions
This file was deleted.
-4.86 KB
Binary file not shown.
Binary file not shown.
-4.32 KB
Binary file not shown.
-8.66 KB
Binary file not shown.
-18.7 KB
Binary file not shown.
Binary file not shown.
-43.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)