-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (35 loc) · 1.15 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
site_name: ETH2 Key Manager API Client for Python
theme:
# name: readthedocs
name: material
logo: assets/slingnode_logo.png
google_analytics: ['G-RP2KW7BLCD', 'auto']
nav:
- Home: index.md
- Examples: examples.md
- Testing: testing.md
- 'API Reference':
- api_reference/eth_2_keymanager.md
- api_reference/client.md
- api_reference/helpers.md
- api_reference/errors.md
- api_reference/types.md
- API:
- fee_recipient: api_reference/api/fee_recipient.md
- gas_limit: api_reference/api/gas_limit.md
- local_key_manager: api_reference/api/local_key_manager.md
- remote_key_manager: api_reference/api/remote_key_manager.md
- Models:
- fee_recipient: api_reference/models/fee_recipient.md
- gas_limit: api_reference/models/gas_limit.md
- keystores: api_reference/models/keystores.md
- remote_key_manager: api_reference/models/remote_key_manager.md
plugins:
- mkdocstrings:
default_handler: python
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.snippets
site_url: https://eth-2-key-manager-api-client.slingnode.com/