Skip to content

Commit c07bf41

Browse files
committed
Add folder for automatically generated tables
1 parent 0d48aea commit c07bf41

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

apispec/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
###############
2+
# Auto file #
3+
###############
4+
*.md

docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"overwrite": [
5454
{
5555
"files": [
56-
"apidoc/**.md"
56+
"apidoc/**.md",
57+
"apispec/**.md"
5758
],
5859
"exclude": [
5960
"obj/**",

0 commit comments

Comments
 (0)