Skip to content

Commit

Permalink
🧑‍💻 (docs) Add "Edit this page" links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jul 24, 2023
1 parent cccf905 commit 04faa3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

1 comment on commit 04faa3e

@vercel
Copy link

@vercel vercel bot commented on 04faa3e Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-git-main-typebot-io.vercel.app
docs-typebot-io.vercel.app
docs.typebot.io

Please sign in to comment.