Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion apps/docs/lib/layout.shared.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';

// The repository was renamed `framework` → `objectstack`. GitHub keeps a permanent
// rename redirect, so the old name still resolves — but every URL built from it costs a
// 301, and `repo` is also the source of `SoftwareSourceCode.codeRepository` in the
// homepage JSON-LD, where it is a machine-readable identity claim rather than a link.
// Keep this the *current* name: a future repo actually named `framework` would silently
// repoint every link built here.
export const gitConfig = {
user: 'objectstack-ai',
repo: 'framework',
repo: 'objectstack',
branch: 'main',
};

Expand Down
Loading