-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmkdocs.yml
52 lines (52 loc) · 1.52 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
site_name: Companion Docs
site_description: Generative-AI-Powered Foreign-Language Private Tutor (Docs Site)
site_author: Shaked Zychlinski
site_url: http://shakedzy.xyz/companion/
repo_name: shakedzy/companion
repo_url: https://github.com/shakedzy/companion
copyright: Copyright © Shaked Zychlinski
nav:
- Home: 'index.md'
- Supported Languages: 'languages.md'
- Required Services: 'setting_up.md'
- Install & Configure: 'install.md'
- Using Companion: 'run.md'
- Use on Mobile with GitHub Codespaces: 'codespace.md'
- Related Blogposts: 'blogposts.md'
- Licenses: 'licenses.md'
theme:
name: material
logo: 'images/small_logo.png'
favicon: 'images/favicon.png'
features:
- navigation.top
- navigation.footer
- content.code.copy
- content.tabs.link
plugins:
- search
extra:
social:
- icon: material/web
link: https://shakedzy.xyz/
- icon: fontawesome/brands/github
link: https://github.com/shakedzy
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/shakedzy/
- icon: fontawesome/brands/medium
link: https://shakedzy.medium.com/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg