2
0

🧑‍💻 (docs) Add "Edit this page" links in docs

This commit is contained in:
Baptiste Arnaud
2023-07-24 08:49:00 +02:00
parent cccf905d38
commit 04faa3e847

View File

@ -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'),