You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
810 B
42 lines
810 B
3 months ago
|
|
||
|
docs_dir: docs
|
||
|
|
||
|
site_name: Shinobi Academy Database
|
||
|
|
||
|
##
|
||
|
## 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
|
||
|
##
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
features:
|
||
|
- navigation.top
|
||
|
- navigation.tabs
|
||
|
- navigation.sections
|
||
|
- toc.integrate
|
||
|
- toc.follow
|
||
|
- search.highlight
|
||
|
# Disable search and sidebars
|
||
|
palette:
|
||
|
primary: 'indigo'
|
||
|
accent: 'indigo'
|
||
|
features:
|
||
|
- navigation.tabs
|
||
|
- toc.integrate
|
||
|
- toc.follow
|
||
|
|
||
|
|
||
|
extra_css: [styling.css]
|