Add link to edit on Github
This commit is contained in:
parent
c6bf8ed6fa
commit
6a8684892a
1 changed files with 3 additions and 1 deletions
|
@ -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/' }
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue