generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typos, dead links, update content
- Loading branch information
1 parent
65a5a5c
commit c7c3ad4
Showing
11 changed files
with
32 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,2 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
|
||
# | ||
|
||
This chapter talks about key concept of what a Personnal Security Device (PSD) is and why it is needed, the design of | ||
such a device, and more specific high-level consideration on the Ledger PSDs: UI, BOLOS and such. | ||
|
||
<Cards num={2}> | ||
<Card | ||
title="Personal Security Device" | ||
href="./architecture/psd" | ||
/> | ||
<Card | ||
title="Application architecture" | ||
href="./architecture/app-architecture" | ||
/> | ||
<Card | ||
title="BOLOS" | ||
href="./architecture/bolos" | ||
/> | ||
<Card | ||
title="UI examples and good practices" | ||
href="./architecture/ui" | ||
/> | ||
<Card | ||
title="Tips" | ||
href="./architecture/tips" | ||
/> | ||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,4 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
|
||
This section contains guides and links towards several of our code entrypoints, called "boilerplates", depending on your | ||
need: | ||
|
||
|
||
<Cards num={2}> | ||
<Card | ||
title="The C app boilerplate" | ||
href="/docs/device-app/dev-environment/boilerplate" | ||
/> | ||
<Card | ||
title="The plugin boileplate" | ||
href="/docs/device-app/develop/tutorials/plugin/boilerplate-plugin" | ||
/> | ||
<Card | ||
title="The Rust app boileplate" | ||
href="/docs/device-app/dev-environment/rust" | ||
/> | ||
<Card | ||
title="Cloning an existing app" | ||
href="/docs/device-app/dev-environment/clone" | ||
/> | ||
</Cards> | ||
need. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters