remove outdated comments in docusaurus.config.ts related to editUrl

This commit is contained in:
Hichem Fantar
2024-11-21 17:41:49 +01:00
parent 8293c61062
commit fb176e620f

View File

@@ -36,8 +36,6 @@ const config: Config = {
docs: {
id: 'default',
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/laradock/laradock/tree/master/DOCUMENTATION/',
},