-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
45 lines (40 loc) · 1.05 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
site_name: Argo-Watcher
site_url: https://github.com/shini4i/argo-watcher
site_description: Documentation for Argo-Watcher project
site_author: Vadim Gedz
repo_url: https://github.com/shini4i/argo-watcher
repo_name: shini4i/argo-watcher
theme:
name: 'material'
logo: 'assets/logo.png'
favicon: 'assets/favicon.ico'
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- search.suggest
- content.code.copy
nav:
- Home: 'index.md'
- Installation: 'installation.md'
- Git Integration: 'git-integration.md'
- Development: "development.md"
- Keycloak: "keycloak.md"
- Notifications: "notifications.md"
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
plugins:
- search
- git-committers:
repository: shini4i/argo-watcher
branch: main