feat(docs): add mkdocs

This commit is contained in:
Jef LeCompte
2020-12-07 00:18:43 -05:00
parent bc2272e59a
commit 243109a4ff
53 changed files with 1112 additions and 644 deletions
+8 -3
View File
@@ -1,12 +1,17 @@
root = true
[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml, json, md}]
[*.md]
indent_style = space
indent_size = 2
indent_size = 4
[*.ts]
indent_style = tab
indent_size = 4