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

pull/10442/head
Jeff Escalante 5 years ago committed by GitHub
parent 233c7f0a83
commit a4e5df9149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save