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
chore: update documentation generation workflow and improve links in documentation
- Added pull request trigger to the documentation generation workflow for better automation.
- Updated links in PAGE_TEMPLATES.md to use absolute paths for consistency and clarity.
- Enhanced the generate-schema-docs test suite with additional cases for handling schemas with array items and single items.
Copy file name to clipboardExpand all lines: docs/features/configuration-based/PAGE_TEMPLATES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,8 @@ Full example of the minified and escaped component, which can be appended to [th
155
155
156
156
## Providing your own filters
157
157
158
-
Whilst DXT offers some out of the box filters, teams using the plugin have the capability to provide their own. See [PLUGIN_OPTIONS.md](../../PLUGIN_OPTIONS.md#custom-filters) for more information.
158
+
Whilst DXT offers some out of the box filters, teams using the plugin have the capability to provide their own. See [PLUGIN_OPTIONS.md](/PLUGIN_OPTIONS) for more information.
159
159
160
160
## Using page templates with data from your own API
161
161
162
-
Page templates have access to``{{ context.data }}` , which is an attribute made available when a page event is triggered. It represents the entire response body from your API. To learn more about this, [see our guidance on page events](./PAGE_EVENTS.md).
162
+
Page templates have access to``{{ context.data }}` , which is an attribute made available when a page event is triggered. It represents the entire response body from your API. To learn more about this, [see our guidance on page events](/features/configuration-based/PAGE_EVENTS).
0 commit comments