54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
site_name: arcade-ai
|
|
repo_url: https://github.com/spartee/arcade-ai
|
|
site_url: https://spartee.github.io/arcade-ai
|
|
site_description: Arcade AI python
|
|
site_author: Arcade AI
|
|
edit_uri: edit/main/docs/
|
|
repo_name: spartee/arcade-ai
|
|
copyright: Maintained by <a href="https://spartee.com">Florian</a>.
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Modules: modules.md
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
setup_commands:
|
|
- import sys
|
|
- sys.path.append('../')
|
|
theme:
|
|
name: material
|
|
feature:
|
|
tabs: true
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: white
|
|
accent: deep orange
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: black
|
|
accent: deep orange
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/spartee/arcade-ai
|
|
- icon: fontawesome/brands/python
|
|
link: https://pypi.org/project/arcade-ai
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|