lynxkite / mkdocs.yml
darabos's picture
Customize docs a bit.
cd1c219
raw
history blame contribute delete
582 Bytes
site_name: "LynxKite"
repo_url: https://github.com/lynxkite/lynxkite
repo_name: lynxkite/lynxkite
theme:
name: "material"
palette:
scheme: lynxkite
logo: "assets/lynxkite-icon-white.png"
favicon: "assets/lynxkite-icon-white.png"
features:
- navigation.tabs
- navigation.path
- navigation.instant
- navigation.instant.prefetch
extra_css:
- stylesheets/extra.css
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["./lynxkite-app/src", "./lynxkite-core/src", "./lynxkite-graph-analytics/src", "./lynxkite-lynxscribe/src"]