mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
point edit page link to master (#10778)
This commit is contained in:
@@ -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}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user