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.
Merge branch 'main' into tdj/device_app_update
- Loading branch information
Showing
21 changed files
with
43 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
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. | ||
|
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,21 +1,21 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
|
||
|
||
<Cards> | ||
<Cards num={2}> | ||
<Card | ||
title="Permissions, derivation path" | ||
href="/docs/device-app/sdk/flags" | ||
href="/docs/device-app/develop/sdk/flags" | ||
/> | ||
<Card | ||
title="Memory constraints" | ||
href="/docs/device-app/sdk/memory" | ||
href="/docs/device-app/develop/sdk/memory" | ||
/> | ||
<Card | ||
title="IO architecture" | ||
href="/docs/device-app/sdk/io" | ||
href="/docs/device-app/develop/sdk/io" | ||
/> | ||
<Card | ||
title="UI guidelines" | ||
href="/docs/device-app/sdk/ui" | ||
href="/docs/device-app/develop/sdk/ui" | ||
/> | ||
</Cards> |
12 changes: 4 additions & 8 deletions
12
pages/docs/device-app/develop/sdk/ui/ledger-nano-display.mdx
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,20 +1,16 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
|
||
<Cards num={2}> | ||
<Cards> | ||
<Card | ||
title="Interface" | ||
href="/docs/device-app/coding-guidelines/ledger-nano-display/design-requirements" | ||
href="/docs/device-app/develop/sdk/ui/ledger-nano-display/design-requirements" | ||
/> | ||
<Card | ||
title="Display Management Design" | ||
href="/docs/device-app/coding-guidelines/ledger-nano-display/display-management-design" | ||
href="/docs/device-app/develop/sdk/ui/ledger-nano-display/display-management-design" | ||
/> | ||
<Card | ||
title="Low-level display management" | ||
href="/docs/device-app/coding-guidelines/ledger-nano-display/low-level-display-management" | ||
/> | ||
<Card | ||
title="Ledger Nano Graphic Library" | ||
href="/docs/device-app/coding-guidelines/ledger-nano-display/graphic-lib" | ||
href="/docs/device-app/develop/sdk/ui/ledger-nano-display/low-level-display-management" | ||
/> | ||
</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
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