* commit at some point in the middle, WIP * formatting * ci passing * comments * handle no jobid case * better error handling * comments * Update orchestrator/src/client/hooks/queries/useJobMutations.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update orchestrator/src/client/hooks/queries/useSettingsMutation.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * better types * formatter * tracking inbox page * in progress page * tracer links page * invalidate harder * ensure tracer links docs show --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
JobOps Docs Site
Docusaurus workspace for user-facing documentation.
Development
From repository root:
npm run docs:dev
Local docs server runs on http://localhost:3006.
Build
npm run docs:build
Build output:
docs-site/build
Configuration
Set these environment variables for deploys:
DOCS_SITE_URL: Public origin for canonical/sitemap URLs. Example:https://jobops.dakheera47.comDOCS_BASE_URL: Route prefix where docs are hosted. Example:/docs/
Defaults (local development):
DOCS_SITE_URL=http://localhost:3006DOCS_BASE_URL=/docs/
Versioning
Cut a docs version tied to a release tag:
npm run docs:version -- 1.0.0