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}
|
||||
order={order}
|
||||
staticProps={props}
|
||||
mainBranch="master"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ export default function DocsLayout(props) {
|
|||
subpath={subpath}
|
||||
order={order}
|
||||
staticProps={props}
|
||||
mainBranch="master"
|
||||
additionalComponents={additionalComponents}
|
||||
/>
|
||||
)
|
||||
|
|
|
@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
|
|||
product={{ name: productName, slug: productSlug }}
|
||||
subpath={subpath}
|
||||
order={order}
|
||||
mainBranch="master"
|
||||
staticProps={props}
|
||||
/>
|
||||
)
|
||||
|
|
|
@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
|
|||
product={{ name: productName, slug: productSlug }}
|
||||
subpath={subpath}
|
||||
order={order}
|
||||
mainBranch="master"
|
||||
staticProps={props}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue