-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
111 lines (98 loc) · 2.53 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: African Whisper ASR Framework
site_description: A framework for fast fine-tuning and API endpoint deployment of the Whisper model, specifically developed to accelerate Automatic Speech Recognition (ASR) for African languages.
# Repository
repo_url: https://github.com/KevKibe/African-Whisper
repo_name: KevKibe/African-Whisper
edit_uri: edit/main/DOCS
theme:
name: 'material'
logo: logo_image.ico
favicon: logo_image.ico
# features:
# - navigation.tabs
# - navigation.sections
# - toc.integrate
# - navigation.top
# - search.suggest
# - search.highlight
# - content.tabs.link
# - content.code.annotation
# - content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: grey
accent: orange
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: grey
accent: orange
# Plugins
plugins:
- blog:
blog_dir: blog
post_url_format: "{slug}"
blog_toc: true
- social:
cards_layout_options:
background_color: "black"
color: "#FFFFFF"
font_family: "Roboto"
- glightbox
# debug: true
# cards_layout_dir: DOCS/layouts
# cards_layout: custom
nav:
- Home: index.md
- Getting Started: gettingstarted.md
- Deployment: deployment.md
- Troubleshooting: troubleshoot.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- attr_list
- md_in_html
# - mdx_math:
# enable_dollar_delimiter: true
- toc:
permalink: true
separator: "_"
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# plugins:
# - search:
# separator: '[\s\-\.]+'
# lang:
# - en
# Customization
extra_javascript:
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-MML-AM_CHTML"
extra_css:
- "assets/css/custom.css"
extra:
manifest: "manifest.json"
social:
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/AfriWhisper"