Skip to content

Commit a3bed59

Browse files
committed
auto-doc
1 parent 6042049 commit a3bed59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: netlify.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
publish = "site"
3+
command = """
4+
pip3 install mkdocs-material &&
5+
pip3 install mkdocs-include-markdown-plugin &&
6+
mkdocs build -d site
7+
"""

0 commit comments

Comments
 (0)