mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Merge pull request #321 from PR0M3TH3AN/codex/verify-landing-page-accuracy-for-seedpass
Fix landing page backup description
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
layout: fixed
|
layout: fixed
|
||||||
theme: neo-dark
|
theme: base
|
||||||
|
themeVariables:
|
||||||
|
primaryColor: '#e94a39'
|
||||||
|
primaryBorderColor: '#e94a39'
|
||||||
|
primaryTextColor: '#ffffff'
|
||||||
|
lineColor: '#e94a39'
|
||||||
look: classic
|
look: classic
|
||||||
---
|
---
|
||||||
flowchart TD
|
flowchart TD
|
||||||
@@ -11,7 +16,7 @@ flowchart TD
|
|||||||
end
|
end
|
||||||
subgraph subGraph1["Backup Pipeline"]
|
subgraph subGraph1["Backup Pipeline"]
|
||||||
direction TB
|
direction TB
|
||||||
BK1["Incremental Backups<br>(BackupManager)"]
|
BK1["Timestamped Backups<br>(BackupManager)"]
|
||||||
BK2["Portable Backup<br>(portable_backup.py)<br>.json.enc"]
|
BK2["Portable Backup<br>(portable_backup.py)<br>.json.enc"]
|
||||||
BK3["Nostr Snapshot<br>(nostr.client)<br>gzip chunks"]
|
BK3["Nostr Snapshot<br>(nostr.client)<br>gzip chunks"]
|
||||||
end
|
end
|
||||||
|
@@ -63,7 +63,12 @@
|
|||||||
---
|
---
|
||||||
config:
|
config:
|
||||||
layout: fixed
|
layout: fixed
|
||||||
theme: neo-dark
|
theme: base
|
||||||
|
themeVariables:
|
||||||
|
primaryColor: '#e94a39'
|
||||||
|
primaryBorderColor: '#e94a39'
|
||||||
|
primaryTextColor: '#ffffff'
|
||||||
|
lineColor: '#e94a39'
|
||||||
look: classic
|
look: classic
|
||||||
---
|
---
|
||||||
flowchart TD
|
flowchart TD
|
||||||
@@ -73,7 +78,7 @@ flowchart TD
|
|||||||
end
|
end
|
||||||
subgraph subGraph1["Backup Pipeline"]
|
subgraph subGraph1["Backup Pipeline"]
|
||||||
direction TB
|
direction TB
|
||||||
BK1["Incremental Backups<br>(BackupManager)"]
|
BK1["Timestamped Backups<br>(BackupManager)"]
|
||||||
BK2["Portable Backup<br>(portable_backup.py)<br>.json.enc"]
|
BK2["Portable Backup<br>(portable_backup.py)<br>.json.enc"]
|
||||||
BK3["Nostr Snapshot<br>(nostr.client)<br>gzip chunks"]
|
BK3["Nostr Snapshot<br>(nostr.client)<br>gzip chunks"]
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user