diff --git a/pages/docs/clear-signing/nft.mdx b/pages/docs/clear-signing/nft.mdx index 33142f43..80c731cd 100644 --- a/pages/docs/clear-signing/nft.mdx +++ b/pages/docs/clear-signing/nft.mdx @@ -3,6 +3,9 @@ title: Clear Signing for ERC-721, ERC-1155 and ERC-20 description: For the clear signing to be possible with your App when buying or selling NFTs, you will need to instantiate the const resolution with nft set to true and then pass it when requesting the signature. --- +import Glossary from '/components/features/tooltip-glossary' + + # Clear Signing for ERC-721, ERC-1155 and ERC-20 For every , the users must be able to verify on the device the amount being transferred and the destination address or the validator/nominator address(es) in the case of a staking operation. diff --git a/pages/docs/device-app/integration/design-guidelines/display-management/advanced.mdx b/pages/docs/device-app/integration/design-guidelines/display-management/advanced.mdx index 707017c3..ccf852e6 100755 --- a/pages/docs/device-app/integration/design-guidelines/display-management/advanced.mdx +++ b/pages/docs/device-app/integration/design-guidelines/display-management/advanced.mdx @@ -1,3 +1,5 @@ +import Glossary from '/components/features/tooltip-glossary' + # Advanced display management ## Introduction diff --git a/pages/docs/device-app/integration/design-guidelines/display-management/flows.mdx b/pages/docs/device-app/integration/design-guidelines/display-management/flows.mdx index 8ee756aa..f1440147 100755 --- a/pages/docs/device-app/integration/design-guidelines/display-management/flows.mdx +++ b/pages/docs/device-app/integration/design-guidelines/display-management/flows.mdx @@ -3,6 +3,9 @@ title: Display Management Flows description: Displaying information on the devices is done by defining a flow. Think of a flow as a set of screens that will be displayed to the user. --- +import Glossary from '/components/features/tooltip-glossary' + + # Display Management Flows ## On-screen display diff --git a/pages/docs/device-interaction/beginner/cosmos-app.mdx b/pages/docs/device-interaction/beginner/cosmos-app.mdx index 46193e2e..7562bb0a 100644 --- a/pages/docs/device-interaction/beginner/cosmos-app.mdx +++ b/pages/docs/device-interaction/beginner/cosmos-app.mdx @@ -77,7 +77,7 @@ The application is up and running. Open the browser and go to `http://localhost: Cosmos <Glossary word= example" + alt="Cosmos integration example" src="/device-interaction/cosmos-02.png" /> @@ -89,7 +89,7 @@ You’re able to retrieve the app version installed on your Ledger Nano device a Cosmos <Glossary word= example" + alt="Cosmos integration example" src="/device-interaction/cosmos-03.png" /> @@ -100,7 +100,7 @@ You’re able to retrieve the app version but also the app name and some other i Cosmos <Glossary word= example" + alt="Cosmos integration example" src="/device-interaction/cosmos-04.png" /> @@ -111,7 +111,7 @@ You can retrieve the data contained in the public key and some other information Cosmos <Glossary word= example" + alt="Cosmos integration example" src="/device-interaction/cosmos-05.png" /> @@ -122,7 +122,7 @@ You can retrieve the public address, the data contained in the public key and so - Click on **Show Address and Pubkey**: Cosmos <Glossary word= example" + alt="Cosmos integration example" src="/device-interaction/cosmos-06.png" /> diff --git a/pages/docs/ledger-live/accounts/integration/blockchain/js-bindings.mdx b/pages/docs/ledger-live/accounts/integration/blockchain/js-bindings.mdx index 67e3bf97..8c0f3737 100755 --- a/pages/docs/ledger-live/accounts/integration/blockchain/js-bindings.mdx +++ b/pages/docs/ledger-live/accounts/integration/blockchain/js-bindings.mdx @@ -4,6 +4,8 @@ description: You will need to provide a JS implementation to interact with your --- import { Callout } from 'nextra/components' +import Glossary from '/components/features/tooltip-glossary' + # 2 - Embedded App JS Bindings