All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
40 lines
758 B
YAML
40 lines
758 B
YAML
|
|
docs_dir: docs
|
|
|
|
site_name: "Java Team Six: Docker"
|
|
|
|
theme:
|
|
|
|
palette:
|
|
|
|
scheme: slate
|
|
|
|
primary: deep orange
|
|
|
|
accent: purple
|
|
|
|
##
|
|
## 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: [assets/styling.css]
|