point edit page link to master (#10778)
This commit is contained in:
parent
2a8dd7bba7
commit
3cf16ac1f6
|
@ -15,6 +15,7 @@ export default function ApiDocsLayout(props) {
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
|
mainBranch="master"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ export default function DocsLayout(props) {
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
|
mainBranch="master"
|
||||||
additionalComponents={additionalComponents}
|
additionalComponents={additionalComponents}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
|
@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
|
||||||
product={{ name: productName, slug: productSlug }}
|
product={{ name: productName, slug: productSlug }}
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
|
mainBranch="master"
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
|
@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
|
||||||
product={{ name: productName, slug: productSlug }}
|
product={{ name: productName, slug: productSlug }}
|
||||||
subpath={subpath}
|
subpath={subpath}
|
||||||
order={order}
|
order={order}
|
||||||
|
mainBranch="master"
|
||||||
staticProps={props}
|
staticProps={props}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue