UNPKG

@nolebase/vitepress-plugin-git-changelog

Version:

A VitePress plugin that adds a changelog fetched from git to your documentation.

7 lines (5 loc) 152 B
declare module 'virtual:nolebase-git-changelog' { import type { Changelog } from './types' const changelog: Changelog export default changelog }