-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmkdocs.yml
47 lines (42 loc) · 1.09 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
# Project information
site_name: Android Burstcoin Wallet
site_description: Documentation for the Android Burstcoin Wallet
site_author: cgb
site_url: https://github.com/poc-consortium/burstcoin-mobile-doc
# Repository
repo_name: burstcoin-mobile-doc
repo_url: https://github.com/poc-consortium/burstcoin-mobile-doc
# Theme
theme:
name: 'material'
favicon: assets/img/favicon.ico
logo: assets/img/logo.png
feature:
tabs: false
palette:
primary: indigo
accent: indigo
# Options
extra:
social:
- type: github-alt
link: https://github.com/poc-consortium
- type: twitter
link: https://twitter.com/PoC_Consortium
# Page tree
pages:
- Documentation: index.md
- Wallet:
- Create Account: wallet/create.md
- Import Account: wallet/import.md
- Activate Account: wallet/activate.md
- Switch Account: wallet/switch.md
- Remove Account: wallet/remove.md
- PIN Code: pin.md
- Send Burstcoins: send.md
- Transaction History: transactions.md
- Privacy Policy: privacy_policy.md
# Google Analytics
google_analytics:
- UA-104373595-4
- auto