Skip to content

Commit 12127fb

Browse files
authored
fix(*): update iframe URLs in documentation to ensure proper routing (#6329)
1 parent 44443a9 commit 12127fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+140
-140
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Code view example:
192192
```html
193193
<code-view style="height:700px"
194194
data-demos-base-url="{environment:lobDemosBaseUrl}"
195-
iframe-src="{environment:lobDemosBaseUrl}/grid/grid"
195+
iframe-src="{environment:lobDemosBaseUrl}/grid/grid/"
196196
alt="Angular data grid example">
197197
</code-view>
198198
```

en/components/date-range-picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The Angular Date Range Picker component also allows configuring two separate inp
122122

123123
<code-view style="height:600px"
124124
data-demos-base-url="{environment:demosBaseUrl}"
125-
iframe-src="{environment:demosBaseUrl}/scheduling/daterangepicker-start-end" >
125+
iframe-src="{environment:demosBaseUrl}/scheduling/daterangepicker-start-end/" >
126126
</code-view>
127127

128128
### Popup modes
@@ -135,7 +135,7 @@ By default, when clicked, the [`IgxDateRangePickerComponent`]({environment:angul
135135

136136
<code-view style="height:700px"
137137
data-demos-base-url="{environment:demosBaseUrl}"
138-
iframe-src="{environment:demosBaseUrl}/scheduling/daterangepicker-mode" >
138+
iframe-src="{environment:demosBaseUrl}/scheduling/daterangepicker-mode/" >
139139
</code-view>
140140

141141
<div class="divider--half"></div>

en/components/general/how-to/signal-r-service-live-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The purpose of this demo is to showcase a financial screen board with a Real-tim
4545

4646
<code-view style="height:700px"
4747
data-demos-base-url="{environment:lobDemosBaseUrl}"
48-
iframe-src="{environment:lobDemosBaseUrl}/grid-finjs-dock-manager/grid-finjs-dock-manager" alt="Angular Live-data Update Example with a service">
48+
iframe-src="{environment:lobDemosBaseUrl}/grid-finjs-dock-manager/grid-finjs-dock-manager/" alt="Angular Live-data Update Example with a service">
4949
</code-view>
5050

5151
## SignalR Server Configuration

en/components/grid-lite/binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the column collection is reset, and a new data source is bound to the grid.
4747

4848
<code-view style="height:510px"
4949
data-demos-base-url="{environment:demosBaseUrl}"
50-
iframe-src="{environment:demosBaseUrl}/grid-lite/data-binding-dynamic" alt="Angular Grid Lite Data Binding Example">
50+
iframe-src="{environment:demosBaseUrl}/grid-lite/data-binding-dynamic/" alt="Angular Grid Lite Data Binding Example">
5151
</code-view>
5252

5353
<!-- TODO ## API References

en/components/grid-lite/cell-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export interface GridLiteCellContext<
109109

110110
<code-view style="height:510px"
111111
data-demos-base-url="{environment:demosBaseUrl}"
112-
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-simple" alt="Angular Grid Lite Column Config Basic">
112+
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-simple/" alt="Angular Grid Lite Column Config Basic">
113113
</code-view>
114114

115115
<!-- TODO ## API References

en/components/grid-lite/column-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In the sample below you can try out the different column properties and how they
105105

106106
<code-view style="height:510px"
107107
data-demos-base-url="{environment:demosBaseUrl}"
108-
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-dynamic" alt="Angular Grid Lite Column Config Dynamic">
108+
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-dynamic/" alt="Angular Grid Lite Column Config Dynamic">
109109
</code-view>
110110

111111
<!-- TODO ## API References

en/components/grid-lite/filtering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The **`filter`** property can be either a simple boolean or a
3636

3737
<code-view style="height:600px"
3838
data-demos-base-url="{environment:demosBaseUrl}"
39-
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-simple" alt="Angular Grid Lite Filtering Config">
39+
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-simple/" alt="Angular Grid Lite Filtering Config">
4040
</code-view>
4141

4242
## Filter Model
@@ -145,7 +145,7 @@ grid.addEventListener('filtered', (event: CustomEvent<GridLiteFilteredEvent<T>>)
145145

146146
<code-view style="height:510px"
147147
data-demos-base-url="{environment:demosBaseUrl}"
148-
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-events" alt="Angular Grid Lite Filtering Config Events">
148+
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-events/" alt="Angular Grid Lite Filtering Config Events">
149149
</code-view>
150150

151151
## Remote filter operations
@@ -182,7 +182,7 @@ The following example mocks remote filter operation, reflecting the REST endpoin
182182

183183
<code-view style="height:510px"
184184
data-demos-base-url="{environment:demosBaseUrl}"
185-
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-pipeline" alt="Angular Grid Lite Filtering Config Remote">
185+
iframe-src="{environment:demosBaseUrl}/grid-lite/filtering-pipeline/" alt="Angular Grid Lite Filtering Config Remote">
186186
</code-view>
187187

188188
<!-- TODO ## API References

en/components/grid-lite/header-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { html } from 'lit';
4040

4141
<code-view style="height:510px"
4242
data-demos-base-url="{environment:demosBaseUrl}"
43-
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-headers" alt="Angular Grid Lite Column Config Headers">
43+
iframe-src="{environment:demosBaseUrl}/grid-lite/column-config-headers/" alt="Angular Grid Lite Column Config Headers">
4444
</code-view>
4545

4646
<!-- TODO ## API References

en/components/grid-lite/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Angular Grid Lite features:
2626

2727
<code-view style="height:510px"
2828
data-demos-base-url="{environment:demosBaseUrl}"
29-
iframe-src="{environment:demosBaseUrl}/grid-lite/overview" alt="Angular Grid Lite App Sample Main">
29+
iframe-src="{environment:demosBaseUrl}/grid-lite/overview/" alt="Angular Grid Lite App Sample Main">
3030
</code-view>
3131

3232
Grid Lite controls are completely free, MIT licensed, as a part of our initiative to make Ignite UI more open, transparent, and accessible. However, if your project scales and grows in complexity and functionality, and you require an enterprise-grade application, we have an upgrade strategy for transitioning from the Grid Lite to the full-featured and advanced Data Grid.

en/components/grid-lite/sorting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **`sort`** property can be either a simple boolean or a **`ColumnSortConfigu
4141

4242
<code-view style="height:510px"
4343
data-demos-base-url="{environment:demosBaseUrl}"
44-
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-simple" alt="Angular Grid Lite Sorting Config">
44+
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-simple/" alt="Angular Grid Lite Sorting Config">
4545
</code-view>
4646

4747
## Single and Multi-Sorting
@@ -82,7 +82,7 @@ The following sample shows the grid **`sortConfiguration`** combinations and how
8282

8383
<code-view style="height:600px"
8484
data-demos-base-url="{environment:demosBaseUrl}"
85-
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-grid-config" alt="Angular Grid Lite Sorting Config Grid">
85+
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-grid-config/" alt="Angular Grid Lite Sorting Config Grid">
8686
</code-view>
8787

8888
## Sort model
@@ -186,7 +186,7 @@ In the following sample, when you try to sort the **Name** and **Rating** column
186186
187187
<code-view style="height:510px"
188188
data-demos-base-url="{environment:demosBaseUrl}"
189-
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-events" alt="Angular Grid Lite Sorting Config Events">
189+
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-events/" alt="Angular Grid Lite Sorting Config Events">
190190
</code-view>
191191
192192
## Remote Sort Operations
@@ -222,7 +222,7 @@ The following example mocks remote sorting operation, reflecting the REST endpoi
222222

223223
<code-view style="height:510px"
224224
data-demos-base-url="{environment:demosBaseUrl}"
225-
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-pipeline" alt="Angular Grid Lite Sorting Config Pipeline">
225+
iframe-src="{environment:demosBaseUrl}/grid-lite/sorting-pipeline/" alt="Angular Grid Lite Sorting Config Pipeline">
226226
</code-view>
227227

228228
<!-- TODO ## API References

0 commit comments

Comments
 (0)