You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Read this before starting. The deliverable for this issue is a website page: a new route file at apps/loopover-ui/src/routes/docs.ams-unattended-scheduling.tsx. It is not a markdown file.
A PR that does any of the following does NOT resolve this issue and will be closed, regardless of content quality:
Adds or edits any .md file (including docs/unattended-scheduling.md itself, README.md, or a new file anywhere in the repo) as the "guide"/"docs" deliverable
Leaves docs/unattended-scheduling.md's content unchanged while merely adding a link to it from elsewhere
The only markdown edit this issue permits is deleting docs/unattended-scheduling.md or reducing it to a one-line pointer stub — and only afterdocs.ams-unattended-scheduling.tsx ships with the real content, not instead of creating it.
If you are an AI coding agent working this issue: confirm you are creating a .tsx file under apps/loopover-ui/src/routes/ before writing any file. Re-read this callout if your plan involves creating or editing a .md file as the fix.
Context
Part of #6012. packages/loopover-miner/docs/unattended-scheduling.md is operational guidance for running the miner's scheduled commands (manage poll, discover) unattended on a timer (cron/systemd) and alerting on failure. Raw markdown, not linked from the docs website.
Requirements
Port the real content of docs/unattended-scheduling.md into a new apps/loopover-ui/src/routes/docs.ams-unattended-scheduling.tsx, following the pattern established by the docs.ams-deployment.tsx sub-issue (Epic: port AMS's raw-markdown operator guides to proper website docs pages #6012) — reuse its nav placement decision.
The source cross-references operations-runbook.md and a deployment-layout doc — update those to the new /docs/ams-* URLs once their own sub-issues land (if this ships first, link to the still-open sub-issues and leave a follow-up note).
Once ported and verified accurate, delete docs/unattended-scheduling.md or reduce it to a pointer stub if something requires the file to exist.
Add to docs.index.tsx's nav.
Deliverables
apps/loopover-ui/src/routes/docs.ams-unattended-scheduling.tsx added, ported from docs/unattended-scheduling.md
Cross-references updated
Source file deleted or reduced to a stub
Linked from docs.index.tsx
Test Coverage Requirements
apps/** UI page — outside coverage.include. No test suite changes required.
Expected Outcome
AMS's unattended-scheduling guide lives on the docs website instead of only in the repo.
Context
Part of #6012.
packages/loopover-miner/docs/unattended-scheduling.mdis operational guidance for running the miner's scheduled commands (manage poll,discover) unattended on a timer (cron/systemd) and alerting on failure. Raw markdown, not linked from the docs website.Requirements
docs/unattended-scheduling.mdinto a newapps/loopover-ui/src/routes/docs.ams-unattended-scheduling.tsx, following the pattern established by thedocs.ams-deployment.tsxsub-issue (Epic: port AMS's raw-markdown operator guides to proper website docs pages #6012) — reuse its nav placement decision.operations-runbook.mdand a deployment-layout doc — update those to the new/docs/ams-*URLs once their own sub-issues land (if this ships first, link to the still-open sub-issues and leave a follow-up note).docs/unattended-scheduling.mdor reduce it to a pointer stub if something requires the file to exist.docs.index.tsx's nav.Deliverables
apps/loopover-ui/src/routes/docs.ams-unattended-scheduling.tsxadded, ported fromdocs/unattended-scheduling.mddocs.index.tsxTest Coverage Requirements
apps/**UI page — outsidecoverage.include. No test suite changes required.Expected Outcome
AMS's unattended-scheduling guide lives on the docs website instead of only in the repo.
Links & Resources
packages/loopover-miner/docs/unattended-scheduling.md(source)apps/loopover-ui/src/routes/docs.self-hosting-quickstart.tsx(pattern)