diff --git a/docs/.vitepress/locales/en.ts b/docs/.vitepress/locales/en.ts index 8ce1aec..123b6d1 100644 --- a/docs/.vitepress/locales/en.ts +++ b/docs/.vitepress/locales/en.ts @@ -63,5 +63,18 @@ export default defineConfig({ ], }, ], + + editLink: { + pattern: 'https://github.com/hywax/mafl/edit/main/docs/:path', + text: 'Edit this page on GitHub', + }, + + lastUpdated: { + text: 'Last updated', + formatOptions: { + dateStyle: 'short', + timeStyle: 'medium', + }, + }, }, })