Skip to content

Commit 3034398

Browse files
authored
Merge pull request #93 from bemanproject/remove-edit-button
Remove 'Edit this page' button'
2 parents 33fd603 + 1347a22 commit 3034398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ const config: Config = {
5858
{
5959
docs: {
6060
sidebarPath: './sidebars.ts',
61-
// Remove this to remove the 'edit this page' links.
62-
editUrl: `https://github.com/bemanproject/website/tree/${branchName}`,
6361
remarkPlugins: [
6462
[remarkEmbedder, { transformers: [YouTubeTransformer] }],
6563
],
@@ -73,8 +71,6 @@ const config: Config = {
7371
remarkPlugins: [
7472
[remarkEmbedder, { transformers: [YouTubeTransformer] }],
7573
],
76-
// Remove this to remove the 'edit this page' links.
77-
editUrl: `https://github.com/bemanproject/website/tree/${branchName}`,
7874
// Blogging config
7975
onInlineTags: 'warn',
8076
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)