Skip to content

Commit 3c57f29

Browse files
gitcommit90claude
andcommitted
site: /manual is the single, definitive documentation surface
Two doc systems (/manual and the /docs tree) meant duplicate FAQs, duplicate install guidance, and two navs. Consolidate: - every deep guide moves under /manual/* and renders with the manual's sidebar ("Manual overview" + Guides) and chrome - /docs and all /docs/* URLs 301 to their /manual/* homes; /faq -> /manual#faq, /security -> /manual/security-model, /product and /manifesto -> / (the story tells both now) - standalone product, manifesto, faq, and docs-index pages removed; their unique FAQ answers merged into the manual's FAQ - header nav everywhere: the story / manual / FAQ / GitHub / Download; footer unified with the manual's - README and internal links updated; tests assert the new routes and the 301 map Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d5f0511 commit 3c57f29

6 files changed

Lines changed: 101 additions & 71 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
&nbsp;·&nbsp;
1717
<a href="https://1helm.com/download/windows"><strong>for Windows</strong></a>
1818
&nbsp;·&nbsp;
19-
<a href="https://1helm.com/docs/install/linux"><strong>for Linux</strong></a>
19+
<a href="https://1helm.com/manual/install-linux"><strong>for Linux</strong></a>
2020
&nbsp;·&nbsp;
2121
<a href="https://1helm.com">The story</a>
2222
&nbsp;·&nbsp;
2323
<a href="https://1helm.com/manual">Ship's manual</a>
2424
&nbsp;·&nbsp;
25-
<a href="https://1helm.com/docs">Documentation</a>
26-
&nbsp;·&nbsp;
2725
<a href="docs/VISION.md">Vision</a>
2826
&nbsp;·&nbsp;
2927
<a href="SECURITY.md">Security</a>
@@ -130,7 +128,7 @@ Windows 11 x64 gets a [signed Setup executable](https://1helm.com/download/windo
130128
that provisions one private WSL 2 world per channel. Linux hosts use a verified
131129
installer that provisions a durable systemd service with an atomic,
132130
digest-verified, health-checked updater — see the
133-
[Linux install guide](https://1helm.com/docs/install/linux). Whichever platform,
131+
[Linux install guide](https://1helm.com/manual/install-linux). Whichever platform,
134132
it works best on a dedicated machine: your crew works around the clock, and
135133
your everyday computer takes naps.
136134

@@ -293,7 +291,7 @@ need an external database or a server transpilation step.
293291
| Desktop | Sandboxed Electron renderer, ephemeral loopback server, persistent host data, and native wake/update integration on supported desktop hosts. |
294292

295293
Start with [`docs/VISION.md`](docs/VISION.md) for the product record and
296-
[`docs/architecture`](https://1helm.com/docs/architecture) for the readable
294+
[`docs/architecture`](https://1helm.com/manual/architecture) for the readable
297295
system tour. [`SPEC.md`](SPEC.md) is the detailed behavioral contract.
298296

299297
## Verification
@@ -335,7 +333,7 @@ the complete `npm test` contract.
335333
tamper-evident retained history, not a remotely witnessed transparency log.
336334

337335
See [`SECURITY.md`](SECURITY.md) and the
338-
[security model](https://1helm.com/security) for the full boundary and current
336+
[security model](https://1helm.com/manual/security-model) for the full boundary and current
339337
dependency debt.
340338

341339
## Project record

0 commit comments

Comments
 (0)