FAQ
Getting 403 error when browsing documentation?
This is due to GitHub API rate limiting. Set a GITHUB_TOKEN environment variable to increase your rate limit from 60 to 5000 requests per hour.
export GITHUB_TOKEN="your_token"
See Features#GitHub Token Configuration (Optional).
Auto-restart when using pnpm run dev:watch?
This is expected behavior. Use pnpm run dev for interactive testing.
How to exit the program?
Select the Exit option from menu, or press Ctrl+C.
- Arrow keys - scroll
- Space - page down
- j/k - vim-style navigation
- q - quit pager
Changes not reflected?
If using pnpm start, rebuild with pnpm run build first.