mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-09 05:30:52 +02:00
21 lines
423 B
YAML
21 lines
423 B
YAML
site_name: prettymaps
|
|
site_url: https://yourusername.github.io/prettymaps/
|
|
docs_dir: docs
|
|
nav:
|
|
- Home: index.md
|
|
- Usage: usage.md
|
|
- API Reference: api.md
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: indigo
|
|
accent: pink
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
options:
|
|
show_root_heading: true
|
|
show_source: true
|
|
docstring_style: google |