Add Encrypted Sync page; cross-link from sync and backup pages
45102f4
docs(wiki): reconcile gradient-factor default to 50/85 and tighten cross-links (audit)
169c9ce
docs(wiki): add Backup & Restore page
3ca331b
docs(wiki): rewrite Settings with the real, reorganized options
e1c98b4
docs(wiki): add Planning & Calculators page
83112ab
docs(wiki): rewrite Statistics & Records with real dashboards
5dd13ed
docs(wiki): rewrite Import & Export with verified formats and wizard
910adbb
docs(wiki): rewrite Dive Computers (protocols, pairing, download)
03d7d92
docs(wiki): add Dive Profiles & Deco page
20b3310
docs(wiki): rewrite Logging Dives for the redesigned form (full depth)
28def97
docs(wiki): add Diver Profile & Multi-Diver page
2697d62
docs(wiki): rewrite Equipment (service, reminders, sets, tank presets)
cbd3da8
docs(wiki): add Certifications & Courses page
76f542a
docs(wiki): add Marine Life & Photos page
b1c1104
docs(wiki): rewrite Dive Sites (maps, GPS matching, split-pane)
22929b3
docs(wiki): add Buddies & Dive Centers page
fd58abb
docs(wiki): add Trips page
6a3fb2f
docs(wiki): add The Dashboard page
64af1b8
docs(wiki): rewrite First Dive to match real onboarding and edit form
277087e
docs(wiki): rewrite Installation for end users (stores + releases + auto-update)
f92eb98
docs(wiki): rewrite Home with accurate navigation model
4fca803
docs(wiki): regroup sidebar by user journey
cc4f1e5
docs: migrate full user guide to the wiki as the single source of truth
Add the 9 remaining guide pages (Installation, First Dive, Dive Logging, Dive Sites, Equipment, Statistics, Import/Export, Dive Computers, Settings), rewrite Home as the getting-started landing page, and expand the sidebar. Screenshot placeholders stripped, guide/*.md links converted to wiki links, and broken features/* links removed. The guide is being removed from the app repo so the wiki is the sole copy to maintain.
c7e1315
docs: reconcile Multi-Device-Sync wording with the guide
- Align privacy line with the source guide (never sent to Submersion)
- Fix a second 'single shared log' misstatement: devices share one library, not one log
- Remove the Jurisdiction Endpoints section and its dangling cross-reference
862351b
docs: fix inaccurate sync model description in Multi-Device-Sync
The 'one library' tip described a single shared log that all devices read from and write to. That inverts the actual architecture: a per-device append-only changeset log merged via HLC last-writer-wins (each device is the sole writer of its own log and merges peers' logs locally). Reword to describe per-device copies that automatically merge into one converged library.
09dfaa5
Updated Multi Device Sync (markdown)
ccc87b7
Updated Multi Device Sync (markdown)
34d559a
docs: reflect incremental sync in Multi-Device Sync
Submersion now stores a per-device changeset log (a small set of files) rather
than a single full snapshot, and syncs are incremental: after the first sync,
only changes are transferred, so large libraries stay fast and don't need the
app left open.
76ad372
Add Multi-Device Sync page and sidebar nav
86734a5