-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
105 lines (98 loc) · 2.66 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
site_name: Auto-Me-Bot
site_url: https://auto-me-bot.info.tomfi
site_author: Tomer Figenblat
site_description: GitHub bot that takes care of your repos for you.
repo_name: TomerFi/auto-me-bot
repo_url: https://github.com/TomerFi/auto-me-bot
#edit_uri: "edit/main/docs"
edit_uri: ""
copyright: Copyright © 2022 Tomer Figenblat
nav:
- Home: index.md
- Installation: installation.md
- Configuration: configuration.md
- Look-See:
- look-see.md
- Lifecycle Labels: handlers/lifecycle-labels.md
- Conventional Commits: handlers/conventional-commits.md
- Conventional Title: handlers/conventional-title.md
- Signed Commits: handlers/signed-commits.md
- Tasks List: handlers/tasks-list.md
- Auto Approve: handlers/auto-approve.md
- Spec: spec.md
- License: license.md
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.betterem
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: ⚓︎
extra:
version: "3.0.2"
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/realTomFi
name: realTomfi on Twitter
- icon: fontawesome/brands/github
link: https://github.com/TomerFi
name: TomerFi on GitHub
- icon: fontawesome/brands/dev
link: https://dev.to/tomerfi
name: tomerfi on Dev.to
- icon: fontawesome/brands/redhat
link: https://developers.redhat.com/author/tomerfi
name: tomerfi on Red Hat Developer
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/tomerfi/
name: tomerfi on LinkedIn
analytics:
provider: google
property: G-PC4VP771PV
plugins:
- search
- git-revision-date
theme:
name: material
logo: img/logo.png
favicon: img/favicon.ico
font:
code: Fira Code
text: Open Sans
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- content.code.annotate
- header.autohide
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate