Skip to content

Commit af09f53

Browse files
committed
docs: update demo references
1 parent 95e5cf8 commit af09f53

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.changeset/little-lizards-jog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@patternfly/pfe-tools": patch
3+
---
4+
5+
Adjust dev server for new cem output
6+

docs/docs/develop/html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ render() {
4949
}
5050
```
5151

52-
We'll also need to update `/demo/pf-cool-element.html`
52+
We'll also need to update `/demo/index.html`
5353
so that the user's name is passed into the slot that we added in `pf-cool-element.ts`:
5454

5555
```html

elements/pf-search-input/docs/pf-search-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import '@patternfly/elements/pf-search-input/pf-search-input.js';
2626
#### Search Input
2727

2828
{% htmlexample %}
29-
{% renderFile "./elements/pf-search-input/demo/pf-search-input.html" %}
29+
{% renderFile "./elements/pf-search-input/demo/index.html" %}
3030
{% endhtmlexample %}
3131

3232
#### Search Input Form

elements/pf-select/docs/pf-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Focus on options using arrow keys or
2626
by typing the first character of an option.
2727

2828
{% htmlexample %}
29-
{% renderFile "./elements/pf-select/demo/pf-select.html" %}
29+
{% renderFile "./elements/pf-select/demo/index.html" %}
3030
{% endhtmlexample %}
3131

3232
#### Single with description

elements/pf-table/docs/pf-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Simple table using composable components
2121

22-
{% htmlexample src="../demo/pf-table.html" %}{% endhtmlexample %}
22+
{% htmlexample src="../demo/index.html" %}{% endhtmlexample %}
2323

2424
### Sortable
2525

0 commit comments

Comments
 (0)