Skip to content

Commit 64da8c6

Browse files
committed
docs: editLink && lastUpdated en
1 parent 848d58e commit 64da8c6

File tree

1 file changed

+13
-0
lines changed
  • docs/.vitepress/locales

1 file changed

+13
-0
lines changed

Diff for: docs/.vitepress/locales/en.ts

+13
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,18 @@ export default defineConfig({
6363
],
6464
},
6565
],
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+
},
6679
},
6780
})

0 commit comments

Comments
 (0)