fix edit this page url

This commit is contained in:
dovholuknf 2023-02-08 13:51:05 -05:00
parent b97f8b1d4f
commit 3890d49fb5
No known key found for this signature in database
GPG Key ID: 0EE08251136D3480

View File

@ -1,4 +1,4 @@
// @ts-check
/// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
const lightCodeTheme = require('prism-react-renderer/themes/github');
@ -39,7 +39,7 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/openziti/zrok/tree/main/',
'https://github.com/openziti/zrok/blob/main/docs',
path: '../docs',
include: ['**/*.md', '**/*.mdx'],
},