mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 17:10:32 +00:00
Brings the doc count from 35 → 49 pages. Three axes: A. Migrate existing trusted content into the en/ tree (zero fabrication risk): - docs/architecture-shadow-vault.md (565 lines) → docs/en/architecture/shadow-vault.md - docs/architecture-perf.md → docs/en/architecture/perf.md - docs/architecture-collab.md → docs/en/architecture/collab.md - docs/plugin-compatibility.md → docs/en/user-guide/plugin-compatibility.md - docs/testing-strategy.md → docs/en/contributing/testing-strategy.md Wikilinks updated to match new locations. B. Synthesis content (medium fabrication risk; verified against actual sources): - en/glossary.md — terms used across the docs, defined once - en/roadmap.md — distilled from the 2 open tracking issues (#126, #151) - en/cookbook/ — 4 task-oriented walkthroughs + index: - raspberry-pi-vault.md (zero to first connect on a Pi) - ssh-keygen.md (generate + load + copy keys) - share-via-tailscale.md (multi-editor without port-forward) - systemd-managed-daemon.md (cosign-verify + systemd unit + plugin attach) C. Verification-required content (high fabrication risk — sampled against source): - en/api/examples.md — copy-pasteable JSON-RPC envelopes for every common method. Field names + shapes verified against server/internal/proto/types.go. - en/tutorial.md — long-form synthesis of install + quickstart + first-connect + cosign-verify (low risk: pure composition of existing pages). Skipped from C scope: "migration from Obsidian Sync" — high fabrication risk for me without first-hand knowledge of Sync's wire-level specifics. Landing page (en/index.md) updated with new section cards. Bump: 1.0.44-beta.2 → 1.0.44-beta.3. |
||
|---|---|---|
| .. | ||
| e2e | ||
| scripts | ||
| src | ||
| tests | ||
| esbuild.config.mjs | ||
| eslint.config.mjs | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
| vitest.config.ts | ||
| vitest.integration.config.ts | ||
| vitest.replay.config.ts | ||
| vitest.setup.ts | ||