Skip to content

Commit

Permalink
docs: editLink && lastUpdated en
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent 848d58e commit 64da8c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/.vitepress/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
},
})

0 comments on commit 64da8c6

Please sign in to comment.