-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
59 lines (54 loc) · 1.3 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
site_name: Termspark
site_description: Translate your translation files.
site_url: https://termspark.faissaloux.com
theme:
features:
- header.autohide
- content.code.copy
- search.suggest
- search.highlight
- content.tabs.link
name: material
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
favicon: assets/favicon.png
logo: assets/logo.png
icon:
repo: fontawesome/brands/github-alt
repo_name: faissaloux/termspark
repo_url: https://github.com/faissaloux/termspark
nav:
- About: index.md
- Installation: installation.md
- Usage: usage.md
- Changelog: changelog.md
- License: license.md
- Upgrading: upgrading.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
extra:
version:
provider: mike
default: 2.x
alias: true
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/faissaloux
- icon: fontawesome/brands/twitter
link: https://twitter.com/faissaloux
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/faissaloux
- icon: fontawesome/solid/globe
link: https://faissaloux.com