Aggiunto zoom immagini (click to enlarge) con mkdocs-glightbox
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -65,6 +65,13 @@ nav:
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- glightbox: # click-to-enlarge on every image (screenshots + diagrams)
|
||||
touchNavigation: true
|
||||
loop: false
|
||||
zoomable: true
|
||||
draggable: true
|
||||
skip_classes:
|
||||
- no-lightbox
|
||||
- macros:
|
||||
on_error_fail: true # a typo in a variable breaks the build, not the page
|
||||
|
||||
@@ -102,9 +109,9 @@ markdown_extensions:
|
||||
# =============================================================================
|
||||
extra:
|
||||
bal:
|
||||
plugin_version: "0.2.6" # latest plugin release
|
||||
electrum_tested: "4.7.1" # Electrum version that release was tested against
|
||||
electrum_latest: "4.7.2" # latest stable Electrum the manual assumes
|
||||
plugin_version: "0.6.1" # latest plugin release
|
||||
electrum_tested: "4.7.1" # UNCONFIRMED for v0.6.1 — see internal/source-notes.md
|
||||
electrum_latest: "4.8.0" # latest stable Electrum the manual assumes
|
||||
welist_fee_sats: "50,000" # WeList yearly listing fee
|
||||
welist_period_days: "365"
|
||||
last_reviewed: "2026-07" # bump when you do a full pass over the manual
|
||||
|
||||
Reference in New Issue
Block a user