We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efb55a commit dd55b8aCopy full SHA for dd55b8a
.vitepress/config.mts
@@ -20,6 +20,10 @@ export default defineConfig({
20
next: 'Nächste Seite',
21
prev: 'Vorherige Seite',
22
},
23
+ editLink: {
24
+ pattern: 'https://github.com/epiphyt/docs.epiph.yt/edit/main/:path',
25
+ text: 'Diese Seite auf GitHub bearbeiten',
26
+ },
27
lastUpdated: {
28
text: 'Zuletzt aktualisiert'
29
@@ -59,6 +63,10 @@ export default defineConfig({
59
63
dark: '/images/logo-sign_white.svg',
60
64
light: '/images/logo-sign_black.svg',
61
65
66
67
68
+ text: 'Edit this page on GitHub',
69
62
70
nav: [
71
{ text: 'Home', link: '/' },
72
{ text: 'Legal Notice', link: 'https://epiph.yt/en/imprint/' },
0 commit comments