2023-09-11 05:20:34 +02:00
site_name : S.T.A.R.K. Docs
site_author : Mark Parker
site_description : Speach and Text Algorithmic Recognition Kit (S.T.A.R.K.) is a set of tools for building custom voice assistants. It is designed to be modular and extensible, allowing you to build your own custom voice assistant with ease.
2023-09-19 07:57:02 +02:00
site_url : https://stark.markparker.me
2023-09-11 05:20:34 +02:00
repo_name : MarkParker5/STARK
repo_url : https://github.com/MarkParker5/STARK
copyright : Copyright © Mark Parker
2023-09-18 08:06:23 +02:00
nav :
2023-09-18 11:53:09 +02:00
- Home : home.md
- Contributing and Shared Usage : contributing-and-shared-usage.md
2023-09-18 08:06:23 +02:00
- Installation : installation.md
- First Steps : first-steps.md
2023-09-18 11:53:09 +02:00
- Sync vs Async Commands : sync-vs-async-commands.md
2023-09-18 13:11:48 +02:00
- Creating Commands : creating-commands.md
2023-09-18 16:19:53 +02:00
- Dependency Injection : dependency-injection.md
2023-09-18 15:37:56 +02:00
- Patterns : patterns.md
- Command Response : command-response.md
2023-09-18 18:13:56 +02:00
- Commands Context : commands-context.md
2023-09-18 18:47:51 +02:00
- Voice Assistant : voice-assistant.md
2023-09-19 07:57:02 +02:00
- Default Speech Interfaces : default-speech-interfaces.md
2023-09-18 08:06:23 +02:00
- Where to Host: where-to-host.md # personal computer: system.d or windows tray, raspberry pi: system.d, iOS: in development, android : not implemented
- Advanced Usage :
- Optimization : advanced/optimization.md # worker threads, asyncify, asyncer group, caching
- Custom Run : advanced/custom-run.md # custom event loop, blocking detector, typer
2023-09-19 07:57:02 +02:00
# - Fallback Command: advanced/fallback-command.md # Fallback command setting and available implementations
# - External Triggers: advanced/external-triggers.md # external triggers
# - Localization and Multi-Language: advanced/localization-and-multi-language.md # TODO: Localization, multi-language
2023-09-19 10:29:05 +02:00
- Custom Interfaces : advanced/custom-interfaces.md
2023-09-18 08:06:23 +02:00
- Other : # read the code
2023-09-11 05:20:34 +02:00
theme :
name : material
custom_dir : overrides
language : en
icon :
repo : fontawesome/brands/github
features :
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.indexes
- navigation.instant
# - navigation.instant.prefetch
- navigation.path
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette :
# Palette toggle for automatic mode
# - media: "(prefers-color-scheme)"
# primary: orange
# accent: orange
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# Palette toggle for light mode
- media : "(prefers-color-scheme: light)"
primary : orange
accent : orange
scheme : default
toggle :
icon : material/weather-sunny
name : Switch to dark mode
# Palette toggle for dark mode
- media : "(prefers-color-scheme: dark)"
primary : orange
accent : orange
scheme : slate
toggle :
icon : material/weather-night
name : Switch to system preference
extra :
generator : false
social :
- icon : fontawesome/brands/github
link : https://github.com/ParkerIndustries
features :
- navigation.footer
analytics :
provider : google
property : G-NMVH5RVSYB
markdown_extensions :
- pymdownx.highlight :
anchor_linenums : true
line_spans : __span
pygments_lang_class : true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- toc :
permalink : true
plugins :
- offline
- search
- social
# - optimize
# - tags
- swagger-ui-tag
- git-revision-date-localized :
enable_creation_date : true
type : timeago
# - git-committers:
# repository: MarkParker5/STARK
# branch: master