From 41049ce4bbdf72f03cf6d3596c742eaf5afd4048 Mon Sep 17 00:00:00 2001 From: odudex Date: Wed, 25 Sep 2024 16:07:48 +0000 Subject: [PATCH] deploy: 64e5ae5f189c69fdce05ef0bc608b4856d4ca410 --- 404.html | 233 +- css/custom.css | 5 + faq/index.html | 233 +- .../features/QR-transcript-tools/index.html | 233 +- .../features/encrypted-mnemonics/index.html | 233 +- getting-started/features/entropy/index.html | 239 +- getting-started/features/printing/index.html | 233 +- .../features/sd-card-update/index.html | 233 +- getting-started/features/tinyseed/index.html | 1627 +++++++++++++ getting-started/features/tools/index.html | 233 +- getting-started/index.html | 233 +- .../from-gui/debian-like/index.html | 1633 +++++++++++++ .../from-gui/fedora-like/index.html | 1651 +++++++++++++ .../installing/from-gui/index.html | 624 ++--- .../from-gui/macos-arm64/index.html | 1632 +++++++++++++ .../from-gui/macos-intel/index.html | 1632 +++++++++++++ .../from-gui/other-linux-distro/index.html | 1643 +++++++++++++ .../installing/from-gui/usage/index.html | 2040 +++++++++++++++++ .../installing/from-gui/windows/index.html | 1634 +++++++++++++ .../from-pre-built-release/index.html | 255 ++- .../installing/from-source/index.html | 239 +- .../installing/from-test-release/index.html | 241 +- getting-started/installing/index.html | 233 +- getting-started/navigation/index.html | 233 +- getting-started/settings/index.html | 239 +- .../usage/generating-a-mnemonic/index.html | 334 ++- .../usage/loading-a-mnemonic/index.html | 428 +++- .../usage/navigating-the-main-menu/index.html | 316 ++- .../index.html | 233 +- .../usage/video-tutorials/index.html | 233 +- img/krux-installer/app_settings.png | Bin 0 -> 77895 bytes img/krux-installer/baudrate.png | Bin 0 -> 143396 bytes img/krux-installer/dmg_volume.png | Bin 0 -> 131689 bytes img/krux-installer/download_assets.png | Bin 0 -> 201488 bytes img/krux-installer/flash.png | Bin 0 -> 339268 bytes img/krux-installer/flash_done.png | Bin 0 -> 348703 bytes img/krux-installer/locale_menu.png | Bin 0 -> 194939 bytes img/krux-installer/main.png | Bin 10616 -> 268759 bytes img/krux-installer/main2.png | Bin 20617 -> 0 bytes img/krux-installer/select_device.png | Bin 23051 -> 219803 bytes img/krux-installer/select_flash.png | Bin 32477 -> 0 bytes .../select_old_version_menu.png | Bin 0 -> 257119 bytes img/krux-installer/select_version_menu.png | Bin 17560 -> 206465 bytes img/krux-installer/unzip.png | Bin 0 -> 211159 bytes img/krux-installer/verification.png | Bin 0 -> 370817 bytes .../warn_already_downloaded.png | Bin 0 -> 303096 bytes img/krux-installer/warn_beta.png | Bin 0 -> 212951 bytes img/krux-installer/wipe.png | Bin 0 -> 319883 bytes img/krux-installer/wipe_warn.png | Bin 28692 -> 265155 bytes .../load-mnemonic-camera-options-150.png | Bin 13514 -> 15604 bytes .../load-mnemonic-seq-double-mnemonic-150.png | Bin 0 -> 25505 bytes .../load-mnemonic-seq-mnemonic-150.png | Bin 21251 -> 20763 bytes ...mnemonic-seq-mnemonic-edited-wrong-150.png | Bin 0 -> 20543 bytes img/maixpy_amigo/new-mnemonic-edited-150.png | Bin 0 -> 20141 bytes img/maixpy_amigo/new-mnemonic-options-150.png | Bin 14804 -> 14909 bytes .../new-mnemonic-via-snapshot-prompt-150.png | Bin 16607 -> 16602 bytes .../load-mnemonic-camera-options-125.png | Bin 36130 -> 38849 bytes .../load-mnemonic-seq-double-mnemonic-125.png | Bin 0 -> 44035 bytes .../load-mnemonic-seq-mnemonic-125.png | Bin 45495 -> 45546 bytes ...mnemonic-seq-mnemonic-edited-wrong-125.png | Bin 0 -> 45255 bytes .../new-mnemonic-edited-125.png | Bin 0 -> 44673 bytes .../new-mnemonic-options-125.png | Bin 37794 -> 37896 bytes img/tinyseed_binarygrid/binarygrid.jpg | Bin 0 -> 134439 bytes img/tinyseed_binarygrid/onekey_keytag.jpg | Bin 0 -> 319164 bytes img/tinyseed_binarygrid/size_reference.jpg | Bin 0 -> 191940 bytes img/tinyseed_binarygrid/tinyseed.jpg | Bin 0 -> 159554 bytes index.html | 233 +- parts/index.html | 237 +- search/search_index.json | 2 +- sitemap.xml | 112 +- sitemap.xml.gz | Bin 631 -> 757 bytes snippets/after-install-installer/index.html | 1460 ++++++++++++ snippets/camera-scan-tips.txt | 2 +- snippets/flash-krux-logo.txt | 6 +- snippets/install-installer-macos.txt | 17 + snippets/tips-after-install.txt | 2 +- snippets/verify-the-integrity-explain.txt | 1 + snippets/verify-the-signature-explain.txt | 7 + snippets/verify-the-signature-tip.txt | 2 + snippets/verify-the-signature-trust-tip.txt | 4 + support/index.html | 233 +- troubleshooting/index.html | 235 +- uncommon-questions/index.html | 233 +- 83 files changed, 21316 insertions(+), 678 deletions(-) create mode 100644 getting-started/features/tinyseed/index.html create mode 100644 getting-started/installing/from-gui/debian-like/index.html create mode 100644 getting-started/installing/from-gui/fedora-like/index.html create mode 100644 getting-started/installing/from-gui/macos-arm64/index.html create mode 100644 getting-started/installing/from-gui/macos-intel/index.html create mode 100644 getting-started/installing/from-gui/other-linux-distro/index.html create mode 100644 getting-started/installing/from-gui/usage/index.html create mode 100644 getting-started/installing/from-gui/windows/index.html create mode 100644 img/krux-installer/app_settings.png create mode 100644 img/krux-installer/baudrate.png create mode 100644 img/krux-installer/dmg_volume.png create mode 100644 img/krux-installer/download_assets.png create mode 100644 img/krux-installer/flash.png create mode 100644 img/krux-installer/flash_done.png create mode 100644 img/krux-installer/locale_menu.png delete mode 100644 img/krux-installer/main2.png delete mode 100644 img/krux-installer/select_flash.png create mode 100644 img/krux-installer/select_old_version_menu.png create mode 100644 img/krux-installer/unzip.png create mode 100644 img/krux-installer/verification.png create mode 100644 img/krux-installer/warn_already_downloaded.png create mode 100644 img/krux-installer/warn_beta.png create mode 100644 img/krux-installer/wipe.png create mode 100644 img/maixpy_amigo/load-mnemonic-seq-double-mnemonic-150.png create mode 100644 img/maixpy_amigo/load-mnemonic-seq-mnemonic-edited-wrong-150.png create mode 100644 img/maixpy_amigo/new-mnemonic-edited-150.png create mode 100644 img/maixpy_m5stickv/load-mnemonic-seq-double-mnemonic-125.png create mode 100644 img/maixpy_m5stickv/load-mnemonic-seq-mnemonic-edited-wrong-125.png create mode 100644 img/maixpy_m5stickv/new-mnemonic-edited-125.png create mode 100644 img/tinyseed_binarygrid/binarygrid.jpg create mode 100644 img/tinyseed_binarygrid/onekey_keytag.jpg create mode 100644 img/tinyseed_binarygrid/size_reference.jpg create mode 100644 img/tinyseed_binarygrid/tinyseed.jpg create mode 100644 snippets/after-install-installer/index.html create mode 100644 snippets/install-installer-macos.txt create mode 100644 snippets/verify-the-integrity-explain.txt create mode 100644 snippets/verify-the-signature-explain.txt create mode 100644 snippets/verify-the-signature-tip.txt create mode 100644 snippets/verify-the-signature-trust-tip.txt diff --git a/404.html b/404.html index e09575c59..d02135cc9 100644 --- a/404.html +++ b/404.html @@ -506,15 +506,129 @@ -
  • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + + +
  • @@ -777,6 +983,8 @@ + + @@ -941,6 +1149,27 @@ + + + + + + +
  • + + + + + Tiny Seed and other metal plates + + + + +
  • + + + + diff --git a/css/custom.css b/css/custom.css index a4b76c206..9bd546b1c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4,4 +4,9 @@ .md-typeset img.twemoji { margin: 0 !important; +} + +.md-typeset h5 { + color: black; + text-transform: none; } \ No newline at end of file diff --git a/faq/index.html b/faq/index.html index 509753ebc..be1c06b0c 100644 --- a/faq/index.html +++ b/faq/index.html @@ -519,15 +519,129 @@ -
  • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + + +
  • @@ -790,6 +996,8 @@ + + @@ -954,6 +1162,27 @@ + + + + + + +
  • + + + + + Tiny Seed and other metal plates + + + + +
  • + + + + diff --git a/getting-started/features/QR-transcript-tools/index.html b/getting-started/features/QR-transcript-tools/index.html index 69c0b387d..2bbe7ec65 100644 --- a/getting-started/features/QR-transcript-tools/index.html +++ b/getting-started/features/QR-transcript-tools/index.html @@ -525,15 +525,129 @@ -
  • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + + +
  • @@ -801,6 +1007,8 @@ + + @@ -1047,6 +1255,27 @@ + + + + + + +
  • + + + + + Tiny Seed and other metal plates + + + + +
  • + + + + diff --git a/getting-started/features/encrypted-mnemonics/index.html b/getting-started/features/encrypted-mnemonics/index.html index 1e356750d..def0c1c02 100644 --- a/getting-started/features/encrypted-mnemonics/index.html +++ b/getting-started/features/encrypted-mnemonics/index.html @@ -525,15 +525,129 @@ -
  • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + + +
  • @@ -801,6 +1007,8 @@ + + @@ -1077,6 +1285,27 @@ + + + + + + +
  • + + + + + Tiny Seed and other metal plates + + + + +
  • + + + + diff --git a/getting-started/features/entropy/index.html b/getting-started/features/entropy/index.html index c471a6fed..b19a0f89f 100644 --- a/getting-started/features/entropy/index.html +++ b/getting-started/features/entropy/index.html @@ -16,7 +16,7 @@ - + @@ -525,15 +525,129 @@ -
  • - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + + + + + + + + +
  • + + + + + + + + + +
  • @@ -801,6 +1007,8 @@ + + @@ -1161,6 +1369,27 @@ + + + + + + +
  • + + + + + Tiny Seed and other metal plates + + + + +
  • + + + + @@ -1654,13 +1883,13 @@

    Conclusion +