0.0.4 • Published 4 months ago

nimiq-vitepress-theme v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Nimiq VitePress Theme

npm version npm downloads bundle JSDocs License

Vitepress Theme for Nimiq documentation pages

Git Data Performance

The git data feature fetches information about files from git history, which can be slow for large repositories. To improve performance, the script implements:

  1. Caching: File information is cached in .vitepress/cache/git-data-cache.json
  2. Change detection: Only files that have been modified since the last run are processed

Debugging

To enable debug logs for the git data script, run VitePress with:

DEBUG=true npm run dev

Configuration

You can adjust the concurrency level by modifying the CONCURRENCY constant in git.data.ts.