chore: migrate to vectorflow.sh urls and self-hosted docs#177
chore: migrate to vectorflow.sh urls and self-hosted docs#177TerrifiedBug merged 1 commit intomainfrom
Conversation
- pulse.terrifiedbug.com → pulse.vectorflow.sh (telemetry) - terrifiedbug.gitbook.io/vectorflow → vectorflow.sh/docs (docs links) - demo.terrifiedbug.com → demo.vectorflow.sh (README hero) - replace docs/public/ with stub README pointing at the vectorflow.sh repo (canonical docs source is now github.com/TerrifiedBug/vectorflow.sh) - update telemetry-sender test fixture for the new URL
Greptile SummaryThis PR performs a hard cutover of all public-facing URLs from Confidence Score: 5/5Safe to merge — purely a URL string migration with no logic changes and a passing test suite. All changes are mechanical URL replacements. The only runtime-functional change (telemetry endpoint) has a corresponding test update confirming correctness. No auth, RBAC, data, or deployment logic is touched. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant App as VectorFlow Server
participant Pulse as pulse.vectorflow.sh
Note over App,Pulse: URL migrated from pulse.terrifiedbug.com
App->>Pulse: POST /api/v1/ping (telemetry heartbeat)
Pulse-->>App: 200 OK
Reviews (1): Last reviewed commit: "chore: migrate to vectorflow.sh urls and..." | Re-trigger Greptile |
Summary
Hard cutover of public URLs from
terrifiedbug.comtovectorflow.sh, plus replace the GitBook-synceddocs/public/directory with a stub pointing at the new self-hosted Fumadocs site.pulse.terrifiedbug.com→pulse.vectorflow.sh(src/server/services/telemetry-sender.ts)vectorflow.sh/docs(sidebar in dashboard layout, telemetry settings page)docs/public/: wiped, replaced with one-paragraph stub README pointing readers and contributors at https://github.com/TerrifiedBug/vectorflow.shThe new docs site is already live at https://vectorflow.sh. The standalone repo for it is at https://github.com/TerrifiedBug/vectorflow.sh.
DNS for
pulse.vectorflow.shanddemo.vectorflow.shis already pointed at the same VPS that previously served theterrifiedbug.comsubdomains. Old*.terrifiedbug.comDNS will be removed once an instance carrying this commit has shipped.Test plan
pnpm exec vitest run src/server/services/__tests__/telemetry-sender.test.ts— 12 passed (URL fixture updated)grep -r 'terrifiedbug.gitbook\|pulse.terrifiedbug\|demo.terrifiedbug'returns 0 matchesgrep -r 'gitbook'returns 0 matches outside node_modules / .nextghcr.io/terrifiedbug/...andgithub.com/terrifiedbug/...references intentionally preserved (GitHub org name unchanged)vectorflow.sh/docspulse.vectorflow.sh/api/v1/ping