automated terminal push
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
Some checks reported warnings
learn org at code.softwareshinobi.com/python.softwareshinobi.com/pipeline/head This commit was not built
This commit is contained in:
35
mkdocs.yml
Executable file → Normal file
35
mkdocs.yml
Executable file → Normal file
@@ -1,23 +1,18 @@
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages-without
|
||||
|
||||
docs_dir: docs
|
||||
|
||||
site_name: Python 101 / Shinobi Academy
|
||||
site_name: "Java Team Six: Python"
|
||||
|
||||
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
|
||||
|
||||
palette:
|
||||
|
||||
scheme: slate
|
||||
|
||||
primary: deep orange
|
||||
|
||||
accent: purple
|
||||
|
||||
##
|
||||
## Find More Themes Here:
|
||||
##
|
||||
@@ -25,20 +20,20 @@ theme:
|
||||
##
|
||||
## List of theme values:
|
||||
##
|
||||
## mkdocs, readthedocs, material, cerulean, cosmo,
|
||||
## mkdocs, readthedocs, material, cerulean, cosmo,
|
||||
## cyborg, darkly, flatly, journal, litera, lumen, lux,
|
||||
## materia, minty, pulse, sandstone, simplex, slate, solar,
|
||||
## spacelab, superhero, united, yeti
|
||||
## 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]
|
||||
extra_css: [assets/styling.css]
|
||||
|
||||
Reference in New Issue
Block a user