Skip to content

Commit c59c63f

Browse files
authored
Merge pull request #24 from capcom6/docs/privacy
Added: privacy section in docs
2 parents 8f7b616 + 1eae640 commit c59c63f

File tree

4 files changed

+621
-0
lines changed

4 files changed

+621
-0
lines changed

web/mkdocs/Pipfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
9+
[dev-packages]
10+
mkdocs = "~=1.5.3"
11+
mkdocs-material = "~=9.4.8"
12+
mkdocs-material-extensions = "~=1.3"
13+
mkdocs-minify-plugin = "~=0.7.1"
14+
mkdocs-render-swagger-plugin = "~=0.1.1"
15+
16+
[requires]
17+
python_version = "3.11"

0 commit comments

Comments
 (0)