Skip to content

fix(docs): restore static search and unblock the docs build - #509

Merged
solidsnakedev merged 2 commits into
mainfrom
fix/docs-search-and-build
Aug 25, 2026
Merged

fix(docs): restore static search and unblock the docs build#509
solidsnakedev merged 2 commits into
mainfrom
fix/docs-search-and-build

Conversation

@emmanuel-musau

Copy link
Copy Markdown
Collaborator

Fixes both problems in #505, they ship together as noted there.

  • docs/tsconfig.json — drop baseUrl (TS5101 on TypeScript 6.x, the red docs#build on every PR)
  • docs/components/search.tsx — drop the custom initOrama, the @orama/orama import, and the
    @ts-ignore; fall back to fumadocs' default zbsearch init
  • docs/package.json + pnpm-lock.yaml — remove the now-unused @orama/orama, lockfile
    regenerated.

@solidsnakedev

Copy link
Copy Markdown
Collaborator

LGTM, this unblocks CI for everything else, merging first.

@solidsnakedevsolidsnakedev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@solidsnakedev
solidsnakedev merged commit e29a183 into mainAug 25, 2026
10 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@emmanuel-musau@solidsnakedev