Skip to content

Commit a820073

Browse files
authored
Merge branch 'main' into Add-P8-in-ctyptoX
2 parents f7e4f64 + 1a145c5 commit a820073

File tree

7 files changed

+20
-16
lines changed

7 files changed

+20
-16
lines changed
Binary file not shown.
126 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

source/mainnet/conf.py

+15-11
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,20 @@
221221
"attributes": {
222222
"target" : "_blank",}
223223
},
224+
{
225+
# Concordium Discord
226+
"name": "Discord",
227+
# URL where the link will redirect
228+
"url": "https://discord.com/invite/GpKGE2hCFx",
229+
# Icon class for Discord using FontAwesome
230+
"icon": "fab fa-discord",
231+
# Using FontAwesome
232+
"type": "fontawesome",
233+
# Opening in a new tab
234+
"attributes": {
235+
"target": "_blank",
236+
}
237+
},
224238
{
225239
"name": "YouTube",
226240
"url": "https://www.youtube.com/channel/UCPZc2CuB2jGbZjD_5zX7-1A",
@@ -233,24 +247,14 @@
233247
},
234248
{
235249
"name": "Medium",
236-
"url": "https://medium.com/concordium",
250+
"url": "https://medium.com/@concordium",
237251
"icon": "fab fa-medium",
238252
"type": "fontawesome",
239253
# Add additional attributes to the href link.
240254
# The defaults of the target, rel, class, title, and href may be overwritten.
241255
"attributes": {
242256
"target" : "_blank",}
243257
},
244-
{
245-
"name": "Academy",
246-
"url": "https://academy.concordium.software/ccd-academy/getting-started",
247-
"icon": "fas fa-graduation-cap",
248-
"type": "fontawesome",
249-
# Add additional attributes to the href link.
250-
# The defaults of the target, rel, class, title, and href may be overwritten.
251-
"attributes": {
252-
"target" : "_blank",}
253-
},
254258
]
255259
}
256260

source/mainnet/docs/desktop-wallet/install-ledger-app.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Ledger packages
8080

8181
Once you have updated the firmware version, you can download the LEDGER app:
8282

83-
- For LEDGER NANO S, `download the Concordium LEDGER App 1.0.0 for LEDGER firmware version 2.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip>`_
83+
- For LEDGER NANO S, `download the Concordium LEDGER App 1.1.0 for LEDGER firmware version 2.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip>`_
8484

85-
- For LEDGER NANO S PLUS, `download the Concordium LEDGER App 1.0.0 for LEDGER firmware version 1.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.0.0-nanos-plus.zip>`_
85+
- For LEDGER NANO S PLUS, `download the Concordium LEDGER App 1.1.0 for LEDGER firmware version 1.1.0 <https://s3.eu-west-1.amazonaws.com/distribution.mainnet.concordium.software/tools/concordium-governance-ledger-app-1.1.0-nanos-plus-.zip>`_
8686

8787
When installing the certificate, ensure that the public key of the certificate is :substitution-code:`|ledger-app-public-key|`.
8888

@@ -212,7 +212,7 @@ Install Homebrew, Python3, and pip
212212

213213
#. Open the `Terminal <https://support.apple.com/en-gb/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac>`_ application.
214214

215-
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``.
215+
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``.
216216

217217
#. Install the package manager `Homebrew <https://brew.sh/>`_; you will need the Homebrew tool to install the remaining dependencies. Copy the following line into the Terminal and press enter.
218218

@@ -257,7 +257,7 @@ You now have to install a custom certificate to ensure that the LEDGER device tr
257257

258258
#. Open the `Terminal <https://support.apple.com/en-gb/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac>`_ application.
259259

260-
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``.
260+
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``.
261261

262262
#. Load the certificate onto the LEDGER device by running the following script from the extracted folder:
263263

@@ -282,7 +282,7 @@ Install the Concordium LEDGER app on MacOS
282282

283283
#. Open the `Terminal <https://support.apple.com/en-gb/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac>`_ application.
284284

285-
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.0.0-nanos-2.1.0.zip``.
285+
#. Navigate to where you have downloaded the LEDGER install package. For example, this might be ``~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``. To navigate to this directory in a Terminal, enter ``cd ~/Downloads/concordium-governance-ledger-app-1.1.0-nanos-2.1.0.zip``.
286286

287287
#. Install the Concordium application on the LEDGER device by running the following script from the folder you extracted the files to:
288288

0 commit comments

Comments
 (0)