-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (64 loc) · 2.18 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: Liquality
site_description: Liquality documentation
site_author: Gr0kchain
site_url: https://liquality.io
repo_name: liquality/docs
repo_url: https://github.com/liquality/
copyright: Copyright © 2018 - 2020 Liquality
nav:
- Welcome : index.md
- Getting Started : getting_started.md
- Tutorials : getting_started.md
- Examples : examples.md
- Value Management System :
- Introduction : server/administration/introduction.md
- Architecture : server/administration/architecture.md
- Installation :
- Prerequisites : server/administration/prerequisites.md
- Server : server/administration/installing_agent.md
- Client : server/administration/installing_interface.md
- User Guide :
- Performing a swap : server/user/index.md
- Web Extension :
- Introduction : web_extension/introduction.md
- Bitcoin :
- Intro : web_extension/bitcoin/introduction.md
- Getting Started : web_extension/bitcoin/getting_started.md
- Get Connected Network: web_extension/bitcoin/wallet_get_connected_network.md
- Get Addresses: web_extension/bitcoin/wallet_get_addresses.md
- Sign Message: web_extension/bitcoin/wallet_sign_message.md
- Send Transaction: web_extension/bitcoin/wallet_send_transaction.md
- Sign PSBT: web_extension/bitcoin/wallet_sign_psbt.md
- Wallet SDK :
- Index : sdk/index.md
- Reference : https://liquality.github.io/chainabstractionlayer/
theme:
name: material
logo: https://liquality.io/images/LiqualityHorizontal.svg
language: en
include_homepage_in_sidebar: false
collapse_navigation: false
features:
- tabs
palette:
primary: #9339fc
accent: #9339fc
font:
text: Roboto
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/liquality
- icon: fontawesome/brands/twitter
link: https://twitter.com/liquality_io
- icon: fontawesome/brands/telegram
link: https://t.me/liquality
- icon: fontawesome/brands/medium
link: https://medium.com/liquality
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true