Skip to content

Commit

Permalink
Migrate Nolebase GitLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampernic authored Oct 2, 2024
1 parent 99918cf commit 7c0080b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vitepress/config/plugins/NolebaseGitChangelog/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import {contributions} from '../../data/team'

export const NolebaseGitChangelogOptions = {
plugin: {
maxGitLogCount: 20000,
repoURL: 'https://github.com/OlegShchavelev/ALTKDEWiki'
repoURL: 'https://github.com/OlegShchavelev/ALTKDEWiki',
mapAuthors: contributions
},
pluginSections: {
sections: {
Expand All @@ -25,4 +28,4 @@ export const NolebaseGitChangelogOptions = {
}
}
},
}
}

0 comments on commit 7c0080b

Please sign in to comment.