🧑💻 (docs) Add "Edit this page" links in docs
This commit is contained in:
@ -99,6 +99,9 @@ module.exports = {
|
||||
docs: {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
routeBasePath: '/',
|
||||
editUrl: ({ docPath }) => {
|
||||
return `https://github.com/baptistearno/typebot.io/edit/main/apps/docs/docs/${docPath}`
|
||||
},
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
Reference in New Issue
Block a user