forked from shakedzy/companion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (47 loc) · 1.3 KB
/
Copy pathmkdocs.yml
File metadata and controls
47 lines (47 loc) · 1.3 KB
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
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'
- 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