mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
docs: fix title and trezorlib readme link
By adding it to SUMMARY.md.
This commit is contained in:
parent
c612b8fd2d
commit
d2f8a83057
@ -10,6 +10,7 @@
|
|||||||
- [Tests](core/tests/index.md)
|
- [Tests](core/tests/index.md)
|
||||||
- [Legacy](legacy/index.md)
|
- [Legacy](legacy/index.md)
|
||||||
- [Python](python/index.md)
|
- [Python](python/index.md)
|
||||||
|
- [trezorlib](python/trezorlib.md)
|
||||||
- [Hardware](hardware/index.md)
|
- [Hardware](hardware/index.md)
|
||||||
- [Model T](hardware/model-t/index.md)
|
- [Model T](hardware/model-t/index.md)
|
||||||
- [Boot stages](hardware/model-t/boot.md)
|
- [Boot stages](hardware/model-t/boot.md)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[book]
|
[book]
|
||||||
title = "Trezor Core"
|
title = "Trezor Firmware"
|
||||||
description = "Documentation of Trezor Core firmware."
|
description = "Documentation of Trezor Firmware."
|
||||||
src = "."
|
src = "."
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
To be documented by @matejcik, see [#229](https://github.com/trezor/trezor-firmware/issues/229).
|
To be documented by @matejcik, see [#229](https://github.com/trezor/trezor-firmware/issues/229).
|
||||||
|
|
||||||
In the meantime see `python/docs` and [README](README.md) for the [PyPI package](https://pypi.org/project/trezor).
|
In the meantime see `python/docs` and [README](trezorlib.md) for the [PyPI package](https://pypi.org/project/trezor).
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
[![repology](https://repology.org/badge/tiny-repos/python:trezor.svg)](https://repology.org/metapackage/python:trezor) [![image](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
|
[![repology](https://repology.org/badge/tiny-repos/python:trezor.svg)](https://repology.org/metapackage/python:trezor) [![image](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
|
||||||
|
|
||||||
Python library and command-line client for communicating with Trezor
|
Python library and command-line client for communicating with Trezor
|
||||||
Hardware Wallet
|
Hardware Wallet.
|
||||||
|
|
||||||
See <https://trezor.io> for more information
|
See <https://trezor.io> for more information.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user