-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathmkdocs.yml
29 lines (29 loc) · 1.05 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
site_name: Subzero
copyright: © 2018 Square, Inc.
nav:
- Learn: index.md
- Physical components: physical_components.md
- Software components: software_components.md
- Supply chain security: supply_chain_security.md
- Running the code:
- Running the code without HSMs: running_without_hsm.md
- Developing with a remote HSM: dev_with_remote_hsm.md
- Transaction signing regression test: regression-testing-howto.md
- Fuzz testing: fuzz_testing.md
- Initialization:
- HSM initialization: hsm_initialization.md
- Wallet initialization: wallet_initialization.md
- Transactions:
- Sample transaction: sample_transaction.md
- Address derivation: address_derivation.md
- Signing ceremony: signing_ceremony.md
- Merging signatures: merging_signatures.md
- Past and future releases: releases.md
- Audit: audit.md
- Bug Bounty: bug_bounty.md
- Contributors: contributors.md
- Contributing: contributing.md
- License: license.md
theme: readthedocs
extra_css:
- extra_css.css