We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848d58e commit 64da8c6Copy full SHA for 64da8c6
docs/.vitepress/locales/en.ts
@@ -63,5 +63,18 @@ export default defineConfig({
63
],
64
},
65
66
+
67
+ editLink: {
68
+ pattern: 'https://github.com/hywax/mafl/edit/main/docs/:path',
69
+ text: 'Edit this page on GitHub',
70
+ },
71
72
+ lastUpdated: {
73
+ text: 'Last updated',
74
+ formatOptions: {
75
+ dateStyle: 'short',
76
+ timeStyle: 'medium',
77
78
79
80
})
0 commit comments