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 2a8dd7bba7
commit 3cf16ac1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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}
/> />
) )

View File

@ -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}
/> />
) )

View File

@ -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}
/> />
) )