Merge pull request #226 from openziti/issue-215

fix edit this page url
This commit is contained in:
dovholuknf 2023-02-08 13:54:16 -05:00 committed by GitHub
commit c791c46500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const config = {
docs: { docs: {
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
editUrl: editUrl:
'https://github.com/openziti/zrok/tree/main/', 'https://github.com/openziti/zrok/blob/main/docs',
path: '../docs', path: '../docs',
include: ['**/*.md', '**/*.mdx'], include: ['**/*.md', '**/*.mdx'],
}, },