forked from BuildOnViction/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
105 lines (98 loc) · 3.8 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: TomoChain Documentation
site_description: The most efficient platform for token economy
theme:
name: 'material'
custom_dir: material_override
logo: 'images/logo.svg'
favicon: 'images/favicon.ico'
feature:
tabs: true
markdown_extensions:
- admonition
- mdx_math:
enable_dollar_delimiter: True
- markdown.extensions.extra
- markdown.extensions.toc:
permalink: True
- codehilite:
guess_lang: false
extra_javascript:
- js/MathJax.js?config=TeX-AMS_HTML
extra_css:
- https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css
- css/style.css
extra:
disqus:
social:
- type: 'github'
link: 'https://github.com/tomochain'
- type: 'twitter'
link: 'https://twitter.com/tomochainANN'
- type: 'reddit'
link: 'https://www.reddit.com/r/Tomochain/'
- type: 'facebook'
link: 'https://www.facebook.com/tomochainofficial/'
- type: 'telegram'
link: 'https://t.me/tomochain'
- type: 'medium'
link: 'https://medium.com/tomochain'
site_url: https://docs.tomochain.com
repo_url: https://github.com/tomochain/docs
repo_name: tomochain/docs
google_analytics: ['UA-124597188-1', 'docs.tomochain.com']
nav:
- General:
- Introduction: index.md
- Use cases: general/use-cases.md
- Networks: general/networks.md
- FAQ: general/faq.md
- About: general/about.md
- Get started:
- Overview:
- Products overview: get-started/productoverview.md
- How to read: get-started/how_to_read.md
- Beginners Tutorials:
- Connect your wallet: get-started/wallet.md
- Voting: get-started/voting.md
- Run a full node in testnet: get-started/run-node.md
- Apply your node: get-started/apply-node.md
# - TomoChain client:
# - Getting started: misc/wip.md
# - Contributing: misc/wip.md
- TomoMaster:
- Features: tomomaster/features.md
# - Contributing: misc/wip.md
- TomoScan:
- Features: tomoscan/features.md
# - Contributing: misc/wip.md
- TomoWallet:
- Features: tomowallet/features.md
- How to vote: tomowallet/voting.md
# - Getting started: misc/wip.md
# - Contributing: misc/wip.md
- Masternode:
- Requirements: masternode/requirements.md
- Detailed guide: masternode/masternode-setup-guide.md
- Running a node with:
- Create-tomochain-masternode: masternode/create-tomochain-masternode.md
- Tmn: masternode/tmn.md
- Docker: masternode/docker.md
- Binary: masternode/tomonative.md
- Applying for Masternode Candidacy: masternode/applying.md
# - Contributing: misc/wip.md
# - FAQ: misc/wip.md
- Whitepapers and research:
- Technical whitepaper: wp-and-research/technical-whitepaper.md
- Sharding design paper: wp-and-research/sharding-paper.md
- Economics paper: wp-and-research/economics-paper.md
- Developers guide:
- DApps on TomoChain:
- Deploy DApp on TomoChain: developers/dappdeploytuto.md
- Deploy an ICO smart contract: developers/icosmartcontract.md
- Using multisignature wallet: developers/multisigwallet.md
- Working with TomoChain:
- TomoChain private testnet setup: developers/tutoprivatenet.md
- Useful manual CLI commands: developers/clicommands.md
- Block header specification: developers/blockheader.md
- Transaction types: developers/txtypes.md
copyright: If you wish to improve this site, please <a href="https://github.com/tomochain/docs/issues/new"><i class="fa fa-github"></i> open an issue</a> or <a href="https://github.com/tomochain/docs/compare"><i class="fa fa-github"></i> send a pull request</a>.<br>TomoDocs v0.1.0. TomoChain Project 2018.