Skip to content

Commit a7349c5

Browse files
committed
Update editUrl to point to project repository
Changed the editUrl in docs and blog configuration from the Docusaurus template repository to the project's own GitHub repository.
1 parent 06eab84 commit a7349c5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,17 @@ const config: Config = {
4343
{
4444
docs: {
4545
sidebarPath: './sidebars.ts',
46-
// Please change this to your repo.
47-
// Remove this to remove the "edit this page" links.
4846
editUrl:
49-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
47+
'https://github.com/openviglet/docs-react/tree/main/',
5048
},
5149
blog: {
5250
showReadingTime: true,
5351
feedOptions: {
5452
type: ['rss', 'atom'],
5553
xslt: true,
5654
},
57-
// Please change this to your repo.
58-
// Remove this to remove the "edit this page" links.
5955
editUrl:
60-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
56+
'https://github.com/openviglet/docs-react/tree/main/',
6157
// Useful options to enforce blogging best practices
6258
onInlineTags: 'warn',
6359
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)