point edit page link to master (#10778)

This commit is contained in:
Jeff Escalante
2021-01-26 16:50:58 -05:00
committed by GitHub
parent 695e7ccb7c
commit 7f43b742e1
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

@@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
product={{ name: productName, slug: productSlug }}
subpath={subpath}
order={order}
mainBranch="master"
staticProps={props}
/>
)

View File

@@ -14,6 +14,7 @@ export default function GuidesLayout(props) {
product={{ name: productName, slug: productSlug }}
subpath={subpath}
order={order}
mainBranch="master"
staticProps={props}
/>
)