feat(docs): Adds an "Edit this page on GitHub" button to docs pages (#27176)

This commit is contained in:
Evan Rusackas
2024-02-21 09:24:07 -07:00
committed by GitHub
parent 8fbaf84f66
commit 7e9361fd5f
3 changed files with 68 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/apache/superset/tree/master/docs',
editUrl: 'https://github.com/apache/superset/edit/master/docs',
},
blog: {
showReadingTime: true,