Merge pull request #3581 from hichemfantar/fix-edit-page-link

fix: update editUrl in docusaurus.config.ts
This commit is contained in:
Shao Yu-Lung (Allen)
2025-02-25 20:31:52 +08:00
committed by GitHub

View File

@@ -36,10 +36,8 @@ 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/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/laradock/laradock/tree/master/DOCUMENTATION/',
},
// blog: {
// showReadingTime: true,