docs(ams): port DEPLOYMENT.md to a website docs page (docs.ams-deployment.tsx) - #6280
docs(ams): port DEPLOYMENT.md to a website docs page (docs.ams-deployment.tsx)#6280oktofeesh1 wants to merge 1 commit into
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. |
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-16 00:27:53 UTC
Review summary Nits — 6 non-blocking
CI checks failing
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionPartially 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.
|
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
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 (post-Spike: prototype fumadocs-mdx + Scalar docs pipeline on TanStack Start #6037/feat(docs): migrate loopover-ui docs pages to fumadocs-mdx content pipeline #6271) 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 — the remaining Epic: port AMS's raw-markdown operator guides to proper website docs pages #6012 sub-issues follow it), 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.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); theDEPLOYMENT.md/selfhost-docs-audit.tstouches are docs/manifest-only, nosrc/**behavior changed, socodecov/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=moderatenpm run test:cirun locally, green (894 test files / 17,150 tests passed)DEPLOYMENT.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