From c0c3c437d5fc13e80cbafcb466508e6064d70f99 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 18 Oct 2024 14:35:29 +0200 Subject: [PATCH] standardise images in public/ --- .../docs/pages/developers/archive/nym-connect.md | 3 +-- .../docs/pages/developers/clients/socks5.mdx | 2 +- .../network/cryptography/zk-nym/zk-nym-overview.mdx | 4 ++-- .../images/developers}/blockstream-green.gif | Bin .../images/developers}/electrum.gif | Bin .../images/network}/deposit-generate.png | Bin .../zknym => public/images/network}/use-zknym.png | Bin 7 files changed, 4 insertions(+), 5 deletions(-) rename documentation/docs/{pages/images/wallet-proxy-settings => public/images/developers}/blockstream-green.gif (100%) rename documentation/docs/{pages/images/wallet-proxy-settings => public/images/developers}/electrum.gif (100%) rename documentation/docs/{pages/images/zknym => public/images/network}/deposit-generate.png (100%) rename documentation/docs/{pages/images/zknym => public/images/network}/use-zknym.png (100%) diff --git a/documentation/docs/pages/developers/archive/nym-connect.md b/documentation/docs/pages/developers/archive/nym-connect.md index 2dca063dd8..78987b012e 100644 --- a/documentation/docs/pages/developers/archive/nym-connect.md +++ b/documentation/docs/pages/developers/archive/nym-connect.md @@ -33,7 +33,7 @@ To download Electrum visit the [official webpage](https://electrum.org/#download 4. Set *Use proxy* to ✅, choose `SOCKS5` from the drop-down and add (copy-paste) the values from your NymConnect application 5. Now your Electrum Bitcoin wallet runs through the Mixnet and it will be connected only if your NymConnect or `nym-socks5-client` are connected. -![Electrum Bitcoin wallet setup](../images/electrum_tutorial/electrum.gif) +![Electrum Bitcoin wallet setup](/images/developers/electrum.gif) ### Monero wallet via NymConnect @@ -44,7 +44,6 @@ To download Monero wallet visit [getmonero.org](https://www.getmonero.org/downlo 3. Go to: *Settings* -> *Interface* -> *Socks5 proxy* -> Add values: IP address `127.0.0.1`, Port `1080` (the values copied from NymConnect) 5. Now your Monero wallet runs through the Mixnet and it will be connected only if your NymConnect or `nym-socks5-client` are connected. -![Monero wallet setup](../images/monero_tutorial/monero-gui-NC.gif) ### Matrix (Element) via NymConnect diff --git a/documentation/docs/pages/developers/clients/socks5.mdx b/documentation/docs/pages/developers/clients/socks5.mdx index befbff3d31..9a49178094 100644 --- a/documentation/docs/pages/developers/clients/socks5.mdx +++ b/documentation/docs/pages/developers/clients/socks5.mdx @@ -176,7 +176,7 @@ When trying to connect your app, generally the proxy settings are found in `sett Here is an example of setting the proxy connecting in Blockstream Green: -![Blockstream Green settings](../../images/wallet-proxy-settings/blockstream-green.gif) +![Blockstream Green settings](/images/wallet-proxy-settings/blockstream-green.gif) Most wallets and other applications will work basically the same way: find the network proxy settings, enter the proxy url (host: **localhost**, port: **1080**). diff --git a/documentation/docs/pages/network/cryptography/zk-nym/zk-nym-overview.mdx b/documentation/docs/pages/network/cryptography/zk-nym/zk-nym-overview.mdx index 9e5cd1808f..89c2748ab5 100644 --- a/documentation/docs/pages/network/cryptography/zk-nym/zk-nym-overview.mdx +++ b/documentation/docs/pages/network/cryptography/zk-nym/zk-nym-overview.mdx @@ -47,7 +47,7 @@ At this point, NYM tokens have been deposited into the smart contract controlled Once the Requester has received over the threshold number of PSCs they can assemble them into a credential signed by the master key. The Requester never learns this master key (it is a private attribute) but the credential can be verified by the Quroum as being valid by checking for a proof that the credential's private attribute - the value of the master key - is valid. -![steps1-2](../../../images/zknym/deposit-generate.png) +![](/images/network/deposit-generate.png) ## Spend zk-nym to Access Mixnet @@ -55,4 +55,4 @@ Once the Requester has received over the threshold number of PSCs they can assem - This zk-nym credit is later presented to the Quorum by the Gateway that collected it, which is used to calculate reward percentages given to Nym Network infrastructure operators by the Quorum, with payouts triggered by their multisig wallet. Both ingress Gateways and the Quorum use spent zk-nym credits when engaging in [double spending protection](./double-spend-prot.md). -![step3](../../../images/zknym/use-zknym.png) +![](/images/network/use-zknym.png) diff --git a/documentation/docs/pages/images/wallet-proxy-settings/blockstream-green.gif b/documentation/docs/public/images/developers/blockstream-green.gif similarity index 100% rename from documentation/docs/pages/images/wallet-proxy-settings/blockstream-green.gif rename to documentation/docs/public/images/developers/blockstream-green.gif diff --git a/documentation/docs/pages/images/wallet-proxy-settings/electrum.gif b/documentation/docs/public/images/developers/electrum.gif similarity index 100% rename from documentation/docs/pages/images/wallet-proxy-settings/electrum.gif rename to documentation/docs/public/images/developers/electrum.gif diff --git a/documentation/docs/pages/images/zknym/deposit-generate.png b/documentation/docs/public/images/network/deposit-generate.png similarity index 100% rename from documentation/docs/pages/images/zknym/deposit-generate.png rename to documentation/docs/public/images/network/deposit-generate.png diff --git a/documentation/docs/pages/images/zknym/use-zknym.png b/documentation/docs/public/images/network/use-zknym.png similarity index 100% rename from documentation/docs/pages/images/zknym/use-zknym.png rename to documentation/docs/public/images/network/use-zknym.png