mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
fix 'edit this page' links
This commit is contained in:
@@ -15,6 +15,7 @@ export default function ApiDocsLayout(props) {
|
||||
subpath={subpath}
|
||||
order={order}
|
||||
staticProps={props}
|
||||
mainBranch="master"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@ export default function DocsLayout(props) {
|
||||
subpath={subpath}
|
||||
order={order}
|
||||
staticProps={props}
|
||||
mainBranch="master"
|
||||
additionalComponents={additionalComponents}
|
||||
/>
|
||||
)
|
||||
|
||||
@@ -14,6 +14,7 @@ export default function ApiDocsLayout(props) {
|
||||
product={{ name: productName, slug: productSlug }}
|
||||
subpath={subpath}
|
||||
order={order}
|
||||
mainBranch="master"
|
||||
staticProps={props}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user