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