forked from you21979/prova
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
30 lines (29 loc) · 967 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
#
# Configuration file for mkdocs-style documentation.
# See http://www.mkdocs.org/
#
# Install:
# pip install mkdocs
#
# Run:
# mkdocs serve // start a local webserver to run documentation
#
site_name: Prova
repo_url: https://github.com/BitGo/prova/
strict: True
pages:
- Welcome To Prova: index.md
- Architecture: architecture.md
- For Developers:
- Getting Started: install-guide.md
- Coding Guidelines: code_contribution_guidelines.md
- Design Documents:
- Prova Block Format: design/block_format.md
- Required Multisig: design/safe_multisig.md
- Admin Transactions: design/admin.md
- Validator Rate Limiter: design/rate_limiter.md
- Proof of Work Alternatives: design/hashfuncs.md
- Transaction Examples:
- Standard Transaction Examples: example/rawtx.md
- Admin Transaction Examples: example/admintx.md
theme: readthedocs