mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-24 20:33:04 +00:00
Add edit link to docs pages
This commit is contained in:
parent
f4dd2b53b5
commit
ebed0c050d
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ export default defineConfig({
|
||||||
customCss: [
|
customCss: [
|
||||||
'./src/styles/custom.css',
|
'./src/styles/custom.css',
|
||||||
],
|
],
|
||||||
|
editLink: {
|
||||||
|
baseUrl: 'https://github.com/sissbruecker/linkding/edit/master/docs/',
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue