forked from ChainSafe/ChainBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (34 loc) · 978 Bytes
/
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
# Copyright 2020 ChainSafe Systems
# SPDX-License-Identifier: LGPL-3.0-only
site_name: ChainBridge Docs
site_description: Modular Multi-Directional Blockchain Bridge to interact with Multiple Networks; Ethereum, Ethereum Classic, Substrate, Cosmos-SDK based chains.
repo_name: chainsafe/chainbridge
repo_url: https://github.com/ChainSafe/chainbridge
# Configuration
markdown_extensions:
- meta
- admonition
- codehilite
- toc:
permalink: true
theme:
name: material
palette:
primary: black
favicon: img/favicon.ico
nav:
- Overview: index.md
- Installation: installation.md
- Configuration:
- Overview: configuration.md
- CLI Options: cli-options.md
- Specification:
- ChainBridge: spec.md
- Ethereum: chains/ethereum.md
- Substrate: chains/substrate.md
- Running Locally: local.md
- Testing: test.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ChainSafe/ChainBridge