Skip to content
m1ngsama edited this page Dec 12, 2025 · 1 revision

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.

How to navigate documents in the pager?

  • 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.

Clone this wiki locally