1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

Netlify PR Previews (#915)

This commit is contained in:
2022-04-05 12:29:24 -05:00
committed by GitHub
parent 9df67861c9
commit 1e6485fb3c
4 changed files with 542 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mkdocs = "*"
mkdocs-material = {path = "./mkdocs-material"}
[dev-packages]
[requires]
python_version = "3.8"