Skip to content

Commit

Permalink
💄 chore(docs): Show last updated timestamp and GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Jan 9, 2024
1 parent 39f84fb commit 5c58a20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ export default defineConfig({
cleanUrls: true,
title: 'Synpress',
description: 'E2E testing library for Web3 dapps.',
lastUpdated: true,
themeConfig: {
editLink: {
pattern: 'https://github.com/Synthetixio/synpress/tree/new-dawn/docs/:path',
text: 'Suggest changes to this page'
},

externalLinkIcon: true,

// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Docs', link: '/docs' },
Expand Down

0 comments on commit 5c58a20

Please sign in to comment.