Skip to content

Commit c28abd5

Browse files
committed
fix(docs): remove the ObjectOS One download surface from the docs site
apps/docs imported apps/objectos-one/package.json for the user-visible version (lib/version.ts), breaking type-check after One's removal. One is discontinued, so the whole download surface goes with it: - app/[lang]/download page, components/download/*, lib/download-i18n.ts, lib/version.ts (no importers remain) - nav: drop the Download item across all 7 locales (layout.shared.tsx) - sitemap: drop the download entry Verified locally: turbo type-check + build + test all green on the docs-only workspace. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0162o68e5w3bpUBEVRQboUGG
1 parent bee77d5 commit c28abd5

13 files changed

Lines changed: 8 additions & 1211 deletions

apps/docs/app/[lang]/download/page.tsx

Lines changed: 0 additions & 261 deletions
This file was deleted.

apps/docs/app/sitemap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default function sitemap(): MetadataRoute.Sitemap {
1111
// Top-level static pages (paths are locale-independent slugs).
1212
const staticPaths: Array<{ path: string; priority: number }> = [
1313
{ path: '', priority: 1 },
14-
{ path: 'download', priority: 0.6 },
1514
{ path: 'privacy', priority: 0.3 },
1615
{ path: 'terms', priority: 0.3 },
1716
];

apps/docs/components/download/client-card.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

apps/docs/components/download/command-block.tsx

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)