generated from tyler/Generic-Template
Add plugins
This commit is contained in:
parent
6ff624510e
commit
edb29059ec
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,4 +19,7 @@ tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# No python venv
|
||||
venv/
|
||||
# Do not include built site
|
||||
site/
|
||||
|
12
mkdocs.yml
12
mkdocs.yml
@ -1 +1,13 @@
|
||||
site_name: Tyler's Services Documentation
|
||||
repo_url: https://git.clortox.com/Infrastructure/wiki
|
||||
repo_name: Gitea
|
||||
site_description: Documentation for Tyler's Public and Semi-Public Services
|
||||
site_author: Tyler Perkins
|
||||
theme:
|
||||
name: material
|
||||
plugins:
|
||||
- search
|
||||
- mermaid2
|
||||
- git-revision-date-localized
|
||||
- git-authors
|
||||
- autolinks
|
||||
|
40
requirements.txt
Normal file
40
requirements.txt
Normal file
@ -0,0 +1,40 @@
|
||||
Babel==2.14.0
|
||||
beautifulsoup4==4.12.2
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
colorama==0.4.6
|
||||
EditorConfig==0.12.3
|
||||
ghp-import==2.1.0
|
||||
gitdb==4.0.11
|
||||
GitPython==3.1.40
|
||||
idna==3.6
|
||||
Jinja2==3.1.2
|
||||
jsbeautifier==1.14.11
|
||||
Markdown==3.5.1
|
||||
MarkupSafe==2.1.3
|
||||
mergedeep==1.3.4
|
||||
mkdocs==1.5.3
|
||||
mkdocs-autolinks-plugin==0.7.1
|
||||
mkdocs-git-authors-plugin==0.7.2
|
||||
mkdocs-git-revision-date-localized-plugin==1.2.2
|
||||
mkdocs-material==9.5.2
|
||||
mkdocs-material-extensions==1.3.1
|
||||
mkdocs-mermaid2-plugin==1.1.1
|
||||
packaging==23.2
|
||||
paginate==0.5.6
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.1.0
|
||||
Pygments==2.17.2
|
||||
pymdown-extensions==10.5
|
||||
python-dateutil==2.8.2
|
||||
pytz==2023.3.post1
|
||||
PyYAML==6.0.1
|
||||
pyyaml_env_tag==0.1
|
||||
regex==2023.10.3
|
||||
requests==2.31.0
|
||||
six==1.16.0
|
||||
smmap==5.0.1
|
||||
soupsieve==2.5
|
||||
urllib3==2.1.0
|
||||
watchdog==3.0.0
|
Loading…
Reference in New Issue
Block a user