You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorialkit.dev/src/content/docs/reference/configuration.mdx
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ type I18nText = {
48
48
*/
49
49
partTemplate?:string,
50
50
51
+
/**
52
+
* Text of the edit page link.
53
+
*
54
+
* @default'Edit this page'
55
+
*/
56
+
editPageText?:string
57
+
51
58
/**
52
59
* Text shown when there are no previews or steps to show in the prepare environment section.
53
60
*
@@ -170,3 +177,30 @@ Navigating to a lesson that specifies `autoReload` will always reload the previe
170
177
Specified which folder from the `src/templates/` directory should be used as the basis for the code. See the "[Code templates](/guides/creating-content/#code-templates)" guide for a detailed explainer.
171
178
<PropertyTableinheritedtype="string" />
172
179
180
+
#### `editPageLink`
181
+
Display a link in lesson for editing the page content.
182
+
The value is a URL pattern where `${path}` is replaced with the lesson's location relative to the `src/content/tutorial`.
0 commit comments