2024-05-12 15:58:27 +03:00
|
|
|
site_name: Garbage Reminder
|
|
|
|
repo_url: https://git.end-play.xyz/GarbageReminder
|
|
|
|
repo_name: GarbageReminder
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- API:
|
|
|
|
- api/index.md
|
|
|
|
- Installation: api/installation.md
|
|
|
|
- Configuration: api/configuration.md
|
2024-05-14 00:41:07 +03:00
|
|
|
- Daemonizing: api/daemonizing.md
|
|
|
|
- Feeding data: api/feeding-data.md
|
2024-05-12 15:58:27 +03:00
|
|
|
- Upgrading: api/upgrading.md
|
|
|
|
- Telegram Bot:
|
|
|
|
- bot_telegram/index.md
|
|
|
|
- Installation: bot_telegram/installation.md
|
|
|
|
- Configuration: bot_telegram/configuration.md
|
2024-05-14 00:41:07 +03:00
|
|
|
- Feeding data: bot_telegram/feeding-data.md
|
2024-05-12 15:58:27 +03:00
|
|
|
- Upgrading: bot_telegram/upgrading.md
|
|
|
|
- Community:
|
|
|
|
- community/index.md
|
|
|
|
- Contributing: community/contributing.md
|
|
|
|
- Reporting a bug: community/report-bug.md
|
|
|
|
- Adding translations: community/translate.md
|
|
|
|
- Get in touch: community/contact.md
|
|
|
|
- Public instance:
|
|
|
|
- community/public/index.md
|
|
|
|
- Adding entries: community/public/entries.md
|
|
|
|
- Adding locations: community/public/locations.md
|
|
|
|
- Report a problem: community/public/report.md
|
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/git-alt
|
|
|
|
link: https://git.end-play.xyz/GarbageReminder
|
|
|
|
- icon: fontawesome/solid/globe
|
|
|
|
link: https://api.garbagebot.eu/docs
|
|
|
|
- icon: fontawesome/brands/telegram
|
|
|
|
link: https://garbagebot.eu/telegram
|
|
|
|
- icon: fontawesome/brands/discord
|
|
|
|
link: https://garbagebot.eu/discord
|
|
|
|
extra_css:
|
|
|
|
- stylesheets/extra.css
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
logo: assets/logo.png
|
|
|
|
favicon: assets/favicon.png
|
|
|
|
features:
|
|
|
|
- announce.dismiss
|
|
|
|
- content.action.edit
|
|
|
|
- content.action.view
|
|
|
|
- content.code.annotate
|
|
|
|
- content.code.copy
|
|
|
|
# - content.code.select
|
|
|
|
# - content.footnote.tooltips
|
|
|
|
# - content.tabs.link
|
|
|
|
- content.tooltips
|
|
|
|
# - header.autohide
|
|
|
|
# - navigation.expand
|
|
|
|
- navigation.footer
|
|
|
|
- navigation.indexes
|
|
|
|
# - navigation.instant
|
|
|
|
# - navigation.instant.prefetch
|
|
|
|
# - navigation.instant.progress
|
|
|
|
# - navigation.prune
|
|
|
|
- navigation.sections
|
|
|
|
- navigation.tabs
|
|
|
|
# - navigation.tabs.sticky
|
|
|
|
- navigation.top
|
|
|
|
- navigation.tracking
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
|
|
|
- search.suggest
|
|
|
|
- toc.follow
|
|
|
|
# - toc.integrate
|
|
|
|
palette:
|
|
|
|
- media: "(prefers-color-scheme)"
|
|
|
|
toggle:
|
|
|
|
icon: material/link
|
|
|
|
name: Switch to light mode
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
|
|
|
primary: custom
|
|
|
|
accent: custom
|
|
|
|
toggle:
|
|
|
|
icon: material/toggle-switch
|
|
|
|
name: Switch to dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
|
|
|
primary: custom
|
|
|
|
accent: custom
|
|
|
|
toggle:
|
|
|
|
icon: material/toggle-switch-off
|
|
|
|
name: Switch to system preference
|
|
|
|
font:
|
|
|
|
text: Roboto
|
|
|
|
code: Roboto Mono
|
|
|
|
icon:
|
2024-05-14 00:41:07 +03:00
|
|
|
logo: logo
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- toc:
|
|
|
|
permalink: true
|