fix 'edit this page' links

This commit is contained in:
Jeff Escalante
2021-01-06 19:01:32 -05:00
parent d9495d2b66
commit 057efe9fa3
3 changed files with 3 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

@@ -17,6 +17,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 ApiDocsLayout(props) {
product={{ name: productName, slug: productSlug }}
subpath={subpath}
order={order}
mainBranch="master"
staticProps={props}
/>
)