set main branch to master for 'edit this page' links (#10447)

This commit is contained in:
Jeff Escalante 2021-01-06 16:19:06 -05:00 committed by Wilken Rivera
parent 3a9cc74e64
commit 85b56043c3
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export default function DocsLayout(props) {
subpath={subpath}
order={order}
staticProps={props}
mainBranch="master"
/>
)
}

View File

@ -15,6 +15,7 @@ export default function GuidesLayout(props) {
subpath={subpath}
order={order}
staticProps={props}
mainBranch="master"
/>
)
}

View File

@ -15,6 +15,7 @@ export default function IntroLayout(props) {
subpath={subpath}
order={order}
staticProps={props}
mainBranch="master"
/>
)
}