-
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 @ f6cfcd5 🚀
- Loading branch information
Showing
437 changed files
with
612 additions
and
609 deletions.
There are no files selected for viewing
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...q.d722e3f3-bb26-45c6-b390-09cd1f737c19.js → ...q.5fdf55a2-9d09-4562-b0ef-e9f5c820682a.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: 22 additions & 0 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.4f86195e-49cb-4340-8e61-642a1f99aeac.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ic/tippy/docs/browser-wallet/setup-browser-wallet.681982e6-ed0a-4733-a6a7-a3dc2a619b19.js
This file was deleted.
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.
22 changes: 0 additions & 22 deletions
22
en/mainnet/_static/tippy/docs/guides/add-delegation.7bce8a9d-0e97-4e26-9bab-e690204bf3f1.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
en/mainnet/_static/tippy/docs/guides/add-delegation.9c2a9925-36b8-4f28-b23a-87a9956ecadf.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-Staking-pool\"]": "<dt id=\"term-Staking-pool\">Staking pool</dt><dd><p>A validator and delegators that collectively pool their stake to participate in the consensus protocol and earn rewards. The validator runs a validator node on behalf of the staking pool to produce blocks using the collective stake of the pool to determine its lottery power. Rewards are accrued to the pool each time the validator produces a block. Each pay day, the accrued rewards are distributed to the pool\u2019s participants in proportion to their relative stakes in the pool, with the validator (the pool owner) receiving an additional commission from the delegators\u2019 rewards.</p></dd>", "a[href=\"../resources/glossary.html#term-Passive-delegation\"]": "<dt id=\"term-Passive-delegation\">Passive delegation</dt><dd><p>A form of delegation where a delegator\u2019s stake is effectively distributed among all staking pools. It is not associated with a specific validator. Delegators earn lower rewards when delegating to passive delegation than when delegating to a specific staking pool. However, passive delegation is not affected by poor performance of a single validator.</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.
22 changes: 0 additions & 22 deletions
22
en/mainnet/_static/tippy/docs/guides/create-account.1cb7c7d5-c1f4-4fa4-bf14-4d5a4f0deacd.js
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
en/mainnet/_static/tippy/docs/guides/create-account.a2852c35-27cc-4cfc-99fe-b3bba39f3a47.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.
Oops, something went wrong.