Skip to content

feat(docs): migrate documentation from Hugo to Fumadocs#9

Merged
yangbooom merged 2 commits intomainfrom
003-fumadocs-site
Jan 14, 2026
Merged

feat(docs): migrate documentation from Hugo to Fumadocs#9
yangbooom merged 2 commits intomainfrom
003-fumadocs-site

Conversation

@yangbooom
Copy link
Contributor

Summary

  • Replace Hugo with Fumadocs (Next.js 16.1.1 + MDX)
  • Add bilingual support (English + Korean) using dir parser
  • Implement all documentation sections with complete content
  • Configure static export for GitHub Pages deployment
  • Add GitHub Actions workflow for CI/CD
  • Add Bingsan logo to docs site and README

Test plan

  • Run pnpm dev and verify all pages render correctly
  • Run pnpm build and verify static export succeeds
  • Test language switching between English and Korean
  • Verify sidebar navigation works for all sections
  • Deploy to GitHub Pages and verify production build

- Replace Hugo with Fumadocs (Next.js 16.1.1 + MDX)
- Add bilingual support (English + Korean) using dir parser
- Implement all documentation sections:
  - Getting Started (quick-start, installation, first-steps)
  - API Reference (namespaces, tables, views, commits, events, scan-planning)
  - Configuration (server, database, storage, auth)
  - Integrations (spark, trino, pyiceberg)
  - Architecture (request-flow, data-model, scalability)
  - Performance (pooling, locking, benchmarking, metrics, tuning)
  - Deployment (docker, kubernetes)
  - Contributing (development, testing, code-style)
- Configure static export for GitHub Pages deployment
- Add GitHub Actions workflow for CI/CD
- Add Bingsan logo to docs site and README
- Update README with centered logo and badges
- Change module path from github.com/kimuyb/bingsan to github.com/teamPaprika/bingsan
- Update all Go imports across 41 files
- Fix git clone URLs in documentation to use correct org
- Update code-style docs with correct import examples
@yangbooom yangbooom merged commit 61e4cd2 into main Jan 14, 2026
5 of 6 checks passed
@yangbooom yangbooom deleted the 003-fumadocs-site branch January 14, 2026 13:38
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.

1 participant