mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 03:26:54 +03:00
21 lines
581 B
YAML
21 lines
581 B
YAML
site_name: AI on the Edge Device
|
|
|
|
site_url: https://jomjol.github.io/AI-on-the-edge-device-docs/
|
|
repo_url: https://github.com/jomjol/AI-on-the-edge-device-docs
|
|
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
|
|
|
|
theme:
|
|
name: readthedocs
|
|
custom_dir: readthedocs-mod/
|
|
|
|
plugins:
|
|
- search
|
|
- awesome-pages:
|
|
filename: nav.yml
|
|
|
|
# The navigation is configured in the docs/nav.yml file!
|
|
|
|
markdown_extensions:
|
|
- attr_list # Needed to scale images
|
|
- pymdownx.emoji: # Emoji support
|
|
emoji_generator: !!python/name:pymdownx.emoji.to_alt |