diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 45f450ac2..20ddcd458 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -25,6 +25,7 @@ - [Sessions](common/communication/sessions.md) - [Passphrase](common/communication/passphrase.md) - [Migration](common/communication/passphrase-redesign-migration.md) + - [Bitcoin signing](common/communication/bitcoin-signing.md) - [Storage](storage/index.md) - [Tests](tests/index.md) - [Device Tests](tests/device-tests.md) diff --git a/docs/common/communication/index.md b/docs/common/communication/index.md index 485062628..197fedd81 100644 --- a/docs/common/communication/index.md +++ b/docs/common/communication/index.md @@ -12,4 +12,5 @@ Protobuf messages are defined in the [Common](https://github.com/trezor/trezor-f - [Sessions](sessions.md) - [Passphrase](passphrase.md) +- [Bitcoin transaction signing](bitcoin-signing.md)