faster-whisper-server / mkdocs.yml
Fedir Zadniprovskyi
docs: usage pages (and more)
b56d19a
raw
history blame
1.59 kB
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
# https://www.mkdocs.org/user-guide/configuration/#configuration
site_name: Faster Whisper Server Documentation
site_url: https://fedirz.github.io/faster-whisper-server/
repo_url: https://github.com/fedirz/faster-whisper-server/
edit_uri: edit/master/docs/
docs_dir: docs
theme:
language: en
name: material
palette:
scheme: default
primary: deep orange
accent: indigo
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/
- navigation.instant
- navigation.instant.progress
- navigation.instant.prefetch
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
plugins:
# https://github.com/bharel/mkdocs-render-swagger-plugin
- render_swagger
- mkdocstrings:
default_handler: python
nav:
- Introduction: introduction.md
- Capabilities / Usage:
- Speech-to-Text: usage/speech-to-text.md
- Text-to-Speech: usage/text-to-speech.md
- Live Transcription (using WebSockets): usage/live-transcription.md
- Open WebUI Intergration: usage/open-webui-integration.md
- Installation: installation.md
- Configuration: configuration.md
- API: api.md
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# https://github.com/mkdocs/mkdocs/issues/545
- mdx_truly_sane_lists
# TODO: https://github.com/oprypin/markdown-callouts