From a4e5df914979aa3a01dbfb50f549fecea4936bdc Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Wed, 6 Jan 2021 16:19:06 -0500 Subject: [PATCH] set main branch to master for 'edit this page' links (#10447) --- website/pages/docs/[[...page]].jsx | 1 + website/pages/guides/[[...page]].jsx | 1 + website/pages/intro/[[...page]].jsx | 1 + 3 files changed, 3 insertions(+) diff --git a/website/pages/docs/[[...page]].jsx b/website/pages/docs/[[...page]].jsx index e0fc952c8..ec5008ce8 100644 --- a/website/pages/docs/[[...page]].jsx +++ b/website/pages/docs/[[...page]].jsx @@ -15,6 +15,7 @@ export default function DocsLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) } diff --git a/website/pages/guides/[[...page]].jsx b/website/pages/guides/[[...page]].jsx index bcf519f42..cc5222ddd 100644 --- a/website/pages/guides/[[...page]].jsx +++ b/website/pages/guides/[[...page]].jsx @@ -15,6 +15,7 @@ export default function GuidesLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) } diff --git a/website/pages/intro/[[...page]].jsx b/website/pages/intro/[[...page]].jsx index f2e5ce7a0..87b6efa99 100644 --- a/website/pages/intro/[[...page]].jsx +++ b/website/pages/intro/[[...page]].jsx @@ -15,6 +15,7 @@ export default function IntroLayout(props) { subpath={subpath} order={order} staticProps={props} + mainBranch="master" /> ) }