Files
python.softwareshinobi.com/mkdocs.yml

40 lines
758 B
YAML
Raw Normal View History

2025-06-05 07:33:41 -04:00
docs_dir: docs
2025-06-05 20:40:34 -04:00
site_name: "Java Team Six: Python"
2025-06-05 07:33:41 -04:00
theme:
2025-06-05 20:40:34 -04:00
palette:
scheme: slate
primary: deep orange
accent: purple
2025-06-05 07:33:41 -04:00
##
## Find More Themes Here:
##
## https://mkdocs.github.io/mkdocs-bootswatch/
##
## List of theme values:
##
2025-06-05 20:40:34 -04:00
## mkdocs, readthedocs, material, cerulean, cosmo,
2025-06-05 07:33:41 -04:00
## cyborg, darkly, flatly, journal, litera, lumen, lux,
## materia, minty, pulse, sandstone, simplex, slate, solar,
2025-06-05 20:40:34 -04:00
## spacelab, superhero, united, yeti
2025-06-05 07:33:41 -04:00
##
name: material
2025-06-05 20:40:34 -04:00
##
2025-06-05 07:33:41 -04:00
## you can alternate colors for the navigation header.
##
## Allowed values: primary (the default), dark, and light:
##
2025-06-05 20:40:34 -04:00
2025-06-05 07:33:41 -04:00
nav_style: primary
2025-06-05 20:40:34 -04:00
extra_css: [assets/styling.css]