docs(ams): port DEPLOYMENT.md to a website docs page (docs.ams-deployment.tsx) - #6312
Conversation
…ment.tsx) Add content/docs/ams-deployment.mdx (fumadocs-mdx pipeline) covering laptop mode, fleet mode, Docker Compose, systemd, and the ORB observability bridge, rendered via the existing DocsPage/Callout/CodeBlock/FeatureRow primitives. Add the page to docs-nav.tsx's Maintainers group (new "AMS: deployment" subgroup, the precedent for the epic's remaining sub-issues) and to docs.index.tsx's Maintainers audience card. packages/loopover-miner/DEPLOYMENT.md stays as the canonical source (it ships inside the published @loopover/miner package and is asserted by miner-deployment-doc.test.ts and check-miner-package.test.ts) with a short pointer added to the new website page; selfhost-docs-audit.ts's LOOSE_DOCS_ROWS entry now notes the website counterpart.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-16 01:17:47 UTC
Review summary Nits — 6 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionNot yet addressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
content/docs/ams-deployment.mdxportingpackages/loopover-miner/DEPLOYMENT.md's operator guide (laptop mode, fleet mode, Docker Compose, systemd, secret-file handling) to the website, rendered via the existingDocsPage/Callout/CodeBlock/FeatureRowui-kit primitives — followingdocs.self-hosting-quickstart.tsx's current fumadocs-mdx pattern.apps/loopover-ui/src/routes/docs.ams-deployment.tsx, a thin loader +docsClientLoaderroute matching every other migrated docs page.docs-nav.tsx's Maintainers group (the navigation precedent the epic asked the first landing sub-issue to set), plus the Maintainers audience card ondocs.index.tsx./docs/self-hosting-unified-ams-orbpage instead.packages/loopover-miner/DEPLOYMENT.mdstays in place as the canonical source: it ships inside the published@loopover/minernpm package (check-miner-package.test.tsrequires it) and its content is directly asserted byminer-deployment-doc.test.ts,miner-deployment-docs-audit.test.ts,miner-operations-runbook.test.ts, andams-observability-compose-parity.test.ts. A short pointer to the new website page was added at the top;selfhost-docs-audit.ts'sLOOSE_DOCS_ROWSentry now notes the website counterpart.This is a resubmission of #6280, which was auto-closed on a repo-wide CI bug (fumadocs-mdx's
collections/*virtual modules never generated on a fresh checkout) unrelated to this page's content — now fixed by PR #6310 (merged), which this branch is rebased on top of.Scope
type(scope): short summaryConventional Commit format.apps/loopover-ui/**, plus a documentation pointer inpackages/loopover-miner/DEPLOYMENT.md.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally — UI-only page addition underapps/loopover-ui/**(outsidecoverage.include);codecov/patchdoes not applynpm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderaterm -rf apps/loopover-ui/.source && npm ci) before the fix, confirmed the fix resolves it, and confirmed real CI on fix(ui): generate fumadocs-mdx collections/* via postinstall #6310 passedvalidate/validate-codeDEPLOYMENT.md/the audit manifest:miner-deployment-doc,miner-deployment-docs-audit,docs-selfhost-audit-checklist,ams-observability-compose-parity,miner-operations-runbook,miner-ui-systemd-launcher,check-miner-package— all pass unchangedSafety
Notes