config: update editLink

This commit is contained in:
Oleg Shchavelev 2024-04-14 18:08:17 +03:00
parent d9efe8f368
commit f23c4a6c63

View File

@ -20,7 +20,7 @@ export default defineConfigWithTheme({
next: 'Следующая страница'
},
editLink: {
pattern: 'https://github.com/OlegShchavelev/ALTRegularGnomeWiki/edit/main/docs/:path',
pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path',
text: 'Предложить изменения на этой странице'
},
lastUpdated: {
@ -178,6 +178,9 @@ export default defineConfigWithTheme({
socialLinks: [
{ icon: 'github', link: 'https://github.com/OlegShchavelev/ALTMobileWiki' }
],
editLink: {
pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path',
},
outline: {
level: [2, 3],
},