Skip to content

Commit d5c2960

Browse files
[update] disable docs editUrl in config
- comment out editUrl so the "Edit this page" link is not generated
1 parent b77d45b commit d5c2960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const config = {
225225
docs: {
226226
sidebarPath: require.resolve('./sidebars.js'),
227227
// Please change this to your repo.
228-
editUrl: 'https://github.com/DHTMLX/docs-richtext/edit/master/',
228+
//editUrl: 'https://github.com/DHTMLX/docs-richtext/edit/master/',
229229
routeBasePath: '/',
230230
},
231231
theme: {

0 commit comments

Comments
 (0)