set main branch to master for 'edit this page' links (#10447)
This commit is contained in:
parent
233c7f0a83
commit
a4e5df9149
|
@ -15,6 +15,7 @@ export default function DocsLayout(props) {
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
|
mainBranch="master"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,7 @@ export default function GuidesLayout(props) {
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
|
mainBranch="master"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,7 @@ export default function IntroLayout(props) {
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
|
mainBranch="master"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue