mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
fix: SEO-1 (#29)
This commit is contained in:
@@ -20,6 +20,6 @@ One common use for this is when you want certain input parameters to be availabl
|
||||
|
||||
<##head##>
|
||||
|
||||
@include "./common-navigation.md"
|
||||
@include "../_common-navigation.md"
|
||||
|
||||
<span className="hidden-props-for-editor"><##output:pm-\*##>A page parameter that will be available as an input on any **Navigate** node that navigates to its associated **Page**.<##output##></span>
|
||||
@@ -76,7 +76,7 @@ If needed, you can use multiple **Page Routers** at the same time. This could fo
|
||||
|
||||

|
||||
|
||||
@include "./common-navigation.md"
|
||||
@include "../_common-navigation.md"
|
||||
|
||||
## Visual Appearance
|
||||
|
||||
@@ -116,8 +116,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
@@ -50,8 +50,8 @@ This node supports the following [Visual Output Properties](/nodes/shared-props/
|
||||
|
||||
<div className="hidden-props-for-editor">
|
||||
|
||||
@include "../shared-props/inputs/_visual-input-properties.md"
|
||||
@include "../../shared-props/inputs/_visual-input-properties.md"
|
||||
|
||||
@include "../shared-props/outputs/_visual-output-properties.md"
|
||||
@include "../../shared-props/outputs/_visual-output-properties.md"
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user