File size: 693 Bytes
81e8315
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# 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:
  - Home: index.md
markdown_extensions:
  - admonition
  - pymdownx.superfences
  - pymdownx.tabbed:
      alternate_style: true