Skip to content

Remove unused Docusaurus starter assets#117

Merged
kthoms merged 1 commit into
mainfrom
codex/remove-starter-assets
Jun 17, 2026
Merged

Remove unused Docusaurus starter assets#117
kthoms merged 1 commit into
mainfrom
codex/remove-starter-assets

Conversation

@hauptmedia

Copy link
Copy Markdown
Contributor

Summary

  • remove unreferenced Docusaurus starter images from static/img
  • drop the stale Svg destructuring and unused featureSvg style from the homepage feature component
  • silence the TypeScript 6 baseUrl deprecation so npm run typecheck remains green

Verification

  • rg -n "docusaurus-social-card|docusaurus\.png|undraw_docusaurus|featureSvg|Svg" . -S -g "!node_modules/**" -g "!build/**" -g "!package-lock.json" returned no matches
  • git diff --cached --check
  • npm run typecheck
  • npm run build succeeds; it still reports the pre-existing broken link/anchor warnings from main, which are addressed in Fix docs link checks and enforce quality gates #115

@kthoms kthoms merged commit 0e38d62 into main Jun 17, 2026
@kthoms kthoms deleted the codex/remove-starter-assets branch June 17, 2026 03:11
Sign up for free to 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