Skip to content

Commit

Permalink
quick fix - fix in build git contributors mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampernic committed Jul 14, 2024
1 parent 3a19c0a commit 494206c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vitepress/data/fullteam.json

This file was deleted.

2 changes: 2 additions & 0 deletions .vitepress/data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ export const contributions = {
{
name: 'Владимир Васьков',
mapByNameAliases: ['Rirusha', 'Vladimir Vaskov'],
title: 'Участник',
avatar: 'https://github.com/Rirusha.png',
links: [{ icon: 'github', link: 'https://github.com/Rirusha'}]
},
{
name: 'Артём Быстров',
mapByNameAliases: ['Ubuntigroid'],
title: 'Участник',
avatar: 'https://github.com/Ubuntigroid.png',
links: [{ icon: 'github', link: 'https://github.com/Ubuntigroid'}]
}
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
},
enhanceApp({ app }) {
app.use(NolebaseEnhancedReadabilitiesPlugin, NolebaseEnhancedReadabilitiesOptions as Options)
app.use(NolebaseGitChangelogPlugin, { locales: NolebaseGitChangelogOptions.locales, mapAuthors: team })
app.use(NolebaseGitChangelogPlugin, { locales: NolebaseGitChangelogOptions.locales, mapAuthors: team['root'] })
app.component('Contribution', AMWTeamPage)
app.component('GnomeAppsList', AGWGnomeAppsList)

Expand Down

0 comments on commit 494206c

Please sign in to comment.