config: update editLink
This commit is contained in:
parent
d9efe8f368
commit
f23c4a6c63
@ -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],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user