Skip to content

docs: add Learn page on file-system routing#86

Merged
uhyo merged 1 commit intomasterfrom
docs/learn-file-system-routing
Mar 22, 2026
Merged

docs: add Learn page on file-system routing#86
uhyo merged 1 commit intomasterfrom
docs/learn-file-system-routing

Conversation

@uhyo
Copy link
Owner

@uhyo uhyo commented Mar 22, 2026

Summary

  • Add a new Learn page at /learn/file-system-routing explaining how to implement file-system routing in userland
  • Covers the import.meta.glob approach, file-to-route mapping, and static generation setup
  • Links to the example-fs-routing package for a complete working example
  • Added route in App.tsx and navigation entry in Sidebar.tsx

Test plan

  • pnpm --filter docs build succeeds, file-system-routing.html generated
  • pnpm lint passes
  • pnpm format:check passes

🤖 Generated with Claude Code

Adds a new Learn page explaining how to implement file-system routing
using import.meta.glob and @funstack/router, with a pointer to the
example-fs-routing package for a complete working example.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@uhyo uhyo merged commit 8370de2 into master Mar 22, 2026
2 checks passed
@uhyo uhyo deleted the docs/learn-file-system-routing branch March 22, 2026 02:22
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