0.0.4 • Published 4 months ago
nimiq-vitepress-theme v0.0.4
Nimiq VitePress Theme
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:
- Caching: File information is cached in
.vitepress/cache/git-data-cache.json
- 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
.