config: update editLink
This commit is contained in:
parent
d9efe8f368
commit
f23c4a6c63
@ -20,7 +20,7 @@ export default defineConfigWithTheme({
|
|||||||
next: 'Следующая страница'
|
next: 'Следующая страница'
|
||||||
},
|
},
|
||||||
editLink: {
|
editLink: {
|
||||||
pattern: 'https://github.com/OlegShchavelev/ALTRegularGnomeWiki/edit/main/docs/:path',
|
pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path',
|
||||||
text: 'Предложить изменения на этой странице'
|
text: 'Предложить изменения на этой странице'
|
||||||
},
|
},
|
||||||
lastUpdated: {
|
lastUpdated: {
|
||||||
@ -178,6 +178,9 @@ export default defineConfigWithTheme({
|
|||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/OlegShchavelev/ALTMobileWiki' }
|
{ icon: 'github', link: 'https://github.com/OlegShchavelev/ALTMobileWiki' }
|
||||||
],
|
],
|
||||||
|
editLink: {
|
||||||
|
pattern: 'https://gitea.basealt.ru/schavelevoi/ALTMobileWiki/src/branch/main/docs/:path',
|
||||||
|
},
|
||||||
outline: {
|
outline: {
|
||||||
level: [2, 3],
|
level: [2, 3],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user