Skip to content

Commit

Permalink
add edit link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saffo, David committed Oct 8, 2024
1 parent 24caa2f commit 841eeba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export default defineConfig({
description: "Immersive Visualizations with Data Drive Babylon",
themeConfig: {
logo: '/assets/anu.svg',
editLink: {
pattern: 'https://github.com/jpmorganchase/anu/tree/main/docs/:path'
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Docs', link: '/guide/' },
Expand Down

0 comments on commit 841eeba

Please sign in to comment.