automated terminal push

This commit is contained in:
2025-06-05 07:33:41 -04:00
parent 19decb39cc
commit 1cb989b04d
619 changed files with 10585 additions and 0 deletions

44
mkdocs.yml Executable file
View File

@@ -0,0 +1,44 @@
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages-without
docs_dir: docs
site_name: Python 101 / Shinobi Academy
exclude_docs: |
/images-pictures
images-pictures # A file with this name anywhere.
images-pictures/ # A "drafts" directory anywhere.
/requirements.txt # Top-level "docs/requirements.txt".
*.py # Any file with this extension anywhere.
!/foo/example.py # But keep this particular file.
theme:
## features:
## - navigation.expand
##
## Find More Themes Here:
##
## https://mkdocs.github.io/mkdocs-bootswatch/
##
## List of theme values:
##
## mkdocs, readthedocs, material, cerulean, cosmo,
## cyborg, darkly, flatly, journal, litera, lumen, lux,
## materia, minty, pulse, sandstone, simplex, slate, solar,
## spacelab, superhero, united, yeti
##
name: material
##
## you can alternate colors for the navigation header.
##
## Allowed values: primary (the default), dark, and light:
##
nav_style: primary
extra_css: [styling.css]