Documentation site for Webel, a Chrome extension that logs web browsing events and organizes them into structured traces for process mining analysis.
This site is built with Fumadocs, a modern documentation framework.
Run the development server:
npm run dev
# or
pnpm dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Build the static site:
npm run buildThe static files will be exported to the out/ directory.
content/docs/: MDX documentation filessrc/app/docs/: Documentation layout and pagessrc/app/api/search/route.ts: Search API endpoint (statically generated)public/: Static assets including PDF files
The site is automatically deployed to GitHub Pages via GitHub Actions when pushing to the main branch.