-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (71 loc) · 1.76 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
site_name: Git Events Runner
site_author: Oleksii Karpenko
repo_name: git-events-runner
remote_branch: gh-pages
copyright: Copyright © 2024 Oleksii Karpenko
site_url: https://alex-karpenko.github.io/git-events-runner/
repo_url: https://github.com/alex-karpenko/git-events-runner
plugins:
- mike:
extra:
version:
provider: mike
alias: true
default:
- latest
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- content.tooltips
- navigation.tabs
- navigation.indexes
- navigation.expand
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.code.copy
- content.code.select
palette:
# Palette toggle for light mode
- scheme: default
primary: blue grey
toggle:
icon: material/brightness-7
name: Dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Light mode
markdown_extensions:
- pymdownx.betterem
- pymdownx.snippets
- toc:
permalink: true
title: On this page
- pymdownx.highlight
- pymdownx.superfences
nav:
- Introduction:
- Introduction: index.md
- Overview: intro/overview.md
- Quick start: intro/quick-start.md
- Current state: intro/state.md
- License: lic.md
- Guides:
- Core concepts: guides/concepts.md
- Installation: guides/install.md
- Configuration: guides/config.md
- Resources:
- Sources: resources/sources.md
- Triggers: resources/triggers.md
- Actions: resources/actions.md
- Observability: guides/observability.md
- Development:
- Changelog: changelog.md
- Roadmap: roadmap.md
- Bugs: bugs.md