Skip to content

Commit

Permalink
chore: add canary docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jun 29, 2023
1 parent 65df83e commit ef13a15
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
site/
**/build/
20 changes: 20 additions & 0 deletions docs/canary-checker/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
jinja2 = "==3.1.0"
mkdocs = "*"
mkdocs-material = "*"
markdown = "*"
mkdocs-autolinks-plugin = "*"
mkdocs-material-extensions = "*"
mkdocs-markdownextradata-plugin = "*"
mkdocs-nav-enhancements = "*"
mkdocs-spellcheck = "*"
mkdocs-same-dir = "*"
[dev-packages]

[requires]
python_version = "3.8"
Loading

0 comments on commit ef13a15

Please sign in to comment.