forked from speaches-ai/speaches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
31 lines (31 loc) · 798 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Faster Whisper Server Documentation
repo_url: https://github.com/fedirz/faster-whisper-server
theme:
language: en
name: material
palette:
scheme: default
primary: deep orange
accent: indigo
features:
- content.tabs.link
- content.code.copy
- navigation.instant
- navigation.instant.progress
- navigation.instant.prefetch
- search.highlight
- search.share
plugins:
- mkdocstrings:
default_handler: python
nav:
- Introduction: introduction.md
- Installation: installation.md
- Configuration: configuration.md
- Usage: usage.md
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true