-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
55 lines (50 loc) · 1.13 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
site_name: tgcli
site_author: Eray Erdin
site_url: https://github.com/erayerdin/tgcli
repo_name: erayerdin/tgcli
repo_url: https://github.com/erayerdin/tgcli
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- search
- search.highlight
- search.share
palette:
primary: cyan
accent: cyan
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/erayerdin
- icon: fontawesome/brands/twitter
link: https://twitter.com/_erayerdin
- icon: fontawesome/brands/telegram
link: https://t.me/erayerdin
- icon: fontawesome/solid/globe
link: https://erayerdin.com
name: Personal Blog
disqus: erayerdin
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
plugins:
- git-revision-date-localized
nav:
- Home: index.md
- Getting Started: getting-started.md
- Root: root.md
- Bot: bot.md
- Practical Usage: practical.md