Add link to edit on Github

This commit is contained in:
Neeraj Gupta 2023-11-29 14:40:30 +05:30
parent c6bf8ed6fa
commit 6a8684892a

View file

@ -5,6 +5,9 @@ export default defineConfig({
title: "Ente Docs",
description: "Guide for ente.io apps",
themeConfig: {
editLink: {
pattern: 'https://github.com/ente-io/docs/edit/main/docs/:path'
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Photos', link: '/photos/index' },
@ -18,7 +21,6 @@ export default defineConfig({
'/authenticator/': sidebarAuth()
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/ente-io/docs/' }
]