-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
48 lines (43 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
46
47
48
site_name: Hyperion
markdown_extensions:
- admonition
# Repository
repo_name: 'felipeasf/hyperion-docs'
repo_url: 'https://github.com/felipeasf/hyperion-docs'
nav:
- Home: index.md
- Providers:
- Quick Start: quickstart.md
- Install: install.md
- Docker: docker.md
- Connections: connections.md
- Chain Configuration: chain.md
- Ecosystem: ecosystem.md
- Users / Developers:
- Getting Started: howtouse.md
- Stream Client: stream_client.md
- Endpoint List: endpoint.md
- API Reference:
- v2: v2.md
- v1 compatible: v1.md
- Troubleshooting:
- Kibana: kibana.md
- RabbitMQ: rabbit.md
- FAQ: faq.md
#theme: readthedocs
theme:
name: 'material'
palette:
primary: 'Blue Grey'
accent: 'Blue Grey'
logo:
icon: "home"
favicon: 'img/logo.png'
extra:
social:
- type: 'github'
link: 'https://github.com/eosrio'
- type: 'twitter'
link: 'https://twitter.com/eosriobrazil'
- type: 'telegram'
link: 'https://t.me/eosrio'