-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 57b0759 🚀
- Loading branch information
Showing
444 changed files
with
865 additions
and
865 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,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 75685d28c409d69845ef3980905ec4cb | ||
config: 4c7fa9821f2722233dbd1beae28bc121 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...q.5fdf55a2-9d09-4562-b0ef-e9f5c820682a.js → ...q.c46d0547-f40e-4813-975c-264f76268e5a.js
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
File renamed without changes.
22 changes: 0 additions & 22 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.4f86195e-49cb-4340-8e61-642a1f99aeac.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.78ec39bd-cd32-46fd-bdae-97f012035b9b.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions
22
en/mainnet/_static/tippy/docs/guides/create-account.a2852c35-27cc-4cfc-99fe-b3bba39f3a47.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
en/mainnet/_static/tippy/docs/guides/create-account.cdd5277c-d01b-4108-b0e8-5c158d8ca2ef.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
22 changes: 0 additions & 22 deletions
22
en/mainnet/_static/tippy/docs/guides/cryptox-faq.b9aefa25-ef4c-41c5-8ffb-15e7704a2e89.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
en/mainnet/_static/tippy/docs/guides/cryptox-faq.bcf64a3f-fae5-4d95-b6d6-2d50e70e2835.js
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
selector_to_html = {"a[href=\"../resources/glossary.html#term-Private-keys\"]": "<dt id=\"term-Private-keys\">Private keys</dt><dd><p>A random, secret string that is used in cryptography and cryptocurrency to prove ownership of an account and sign transactions to send, spend, delegate, and stake CCDs. A wallet consists of a set of public addresses and private keys. Anyone can deposit cryptocurrency in a public address, but funds cannot be removed from an address without the corresponding private key.</p></dd>", "a[href=\"../resources/glossary.html#term-dApp-connectivity\"]": "<dt id=\"term-dApp-connectivity\">dApp connectivity</dt><dd><p>The abiity of a wallet to interact with decentralized applications, dApps, on the blockchain. This allows users to access various services and platforms built on blockchain technology, such as DeFi, NFTs, and gaming.</p></dd>", "a[href=\"../resources/glossary.html#term-CCD\"]": "<dt id=\"term-CCD\">CCD</dt><dd><p>CCD is the currency of the Concordium blockchain. CCD can be used for multiple purposes:</p><p>The smallest subdivision of CCD is the \u00b5CCD (micro CCD), with 1 CCD = 1,000,000 \u00b5CCD. This means that CCD amounts are given with up to six decimal places of precision.</p></dd>", "a[href=\"../resources/glossary.html#term-Seed-phrase\"]": "<dt id=\"term-Seed-phrase\">Seed phrase</dt><dd><p>A group of random words generated by the wallet that allows you to access the CCDs stored in it across devices or in case of non-functioning devices. Seed phrase is supported by CryptoX Concordium Wallet.</p></dd>"} | ||
skip_classes = ["headerlink", "sd-stretched-link"] | ||
|
||
window.onload = function () { | ||
for (const [select, tip_html] of Object.entries(selector_to_html)) { | ||
const links = document.querySelectorAll(`article.bd-article ${select}`); | ||
for (const link of links) { | ||
if (skip_classes.some(c => link.classList.contains(c))) { | ||
continue; | ||
} | ||
|
||
tippy(link, { | ||
content: tip_html, | ||
allowHTML: true, | ||
arrow: true, | ||
placement: 'auto-start', maxWidth: 500, interactive: false, | ||
|
||
}); | ||
}; | ||
}; | ||
console.log("tippy tips loaded!"); | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.