-
Notifications
You must be signed in to change notification settings - Fork 380
/
mkdocs.yml
87 lines (80 loc) · 2.2 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: Whisper ASR Webservice
site_url: https://ahmetoner.github.io/whisper-asr-webservice
site_dir: public
site_description: "OpenAI Whisper ASR Webservice API"
repo_url: "https://github.com/ahmetoner/whisper-asr-webservice"
repo_name: "ahmetoner/whisper-asr-webservice"
copyright: Copyright © 2023
edit_uri: edit/main/docs/
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
nav:
- Home:
- Whisper ASR Webservice: index.md
- Run: run.md
- Endpoints: endpoints.md
- Environmental Variables: environmental-variables.md
- Build: build.md
- Changelog: changelog.md
- Licence: licence.md
- Releases: https://github.com/ahmetoner/whisper-asr-webservice/releases
- Docker Hub: https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice
theme:
name: material
custom_dir: docs/.overrides
icon:
logo: material/subtitles
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
extra_css:
- assets/css/extra.css
markdown_extensions:
- attr_list
- admonition
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
dedent_subsections: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¶"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ahmetoner
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/onerahmet