-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmkdocs.yml
48 lines (44 loc) · 1.12 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
site_name: Ethereum Validator Watcher
site_description: A monitoring tool for Ethereum validators
site_url: https://github.com/kilnfi/eth-validator-watcher
repo_name: kilnfi/eth-validator-watcher
repo_url: https://github.com/kilnfi/eth-validator-watcher
edit_uri: edit/main/docs/
theme:
name: material
palette:
primary: orange
accent: orange
logo: img/Kiln_Logo-Transparent-Dark.svg
favicon: img/Kiln_Logo-Transparent-Dark.svg
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.indexes
- content.code.copy
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.critic
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [eth_validator_watcher]
options:
show_source: false
show_root_heading: true
heading_level: 3
nav:
- Overview: index.md
- Getting Started: getting-started.md
- API Reference: api-reference.md