This repository was archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (44 loc) · 1.33 KB
/
mkdocs.yml
File metadata and controls
52 lines (44 loc) · 1.33 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
48
49
50
51
52
site_name: Python Steam Tradeoffer Manager
site_url: https://somespecialone.github.io/python-steam-tradeoffer-manager/
repo_name: somespecialone/python-steam-tradeoffer-manager
repo_url: https://github.com/somespecialone/python-steam-tradeoffer-manager/
copyright: Copyright © 2022 <a href="https://github.com/somespecialone" target="_blank" rel="noopener">Dmitriy Tkachenko</a>
theme:
name: material
custom_dir: docs/theme
logo: logo.svg
favicon: favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.tabs
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/somespecialone
- icon: fontawesome/brands/instagram
link: https://instagram.com/tkachenkodimitriy/
- icon: fontawesome/brands/yahoo
link: mailto:tkachenkodmitriy@yahoo.com
- icon: fontawesome/brands/telegram
link: https://t.me/somespecialone
plugins:
- search
- git-revision-date-localized
nav:
- Home:
- Overview: index.md
- Getting started:
- Installation: getting_started/installation.md
- Reference:
- Manager bot: reference/manager_bot.md