Skip to content

Commit

Permalink
chore(apis): Using relative path to reach the html page to be included (
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Feb 7, 2024
1 parent ec5914d commit 2c9c8eb
Show file tree
Hide file tree
Showing 46 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/accordion/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Accordion.html" />
<Iframe url="../../../../apis/Accordion.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/banner/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Banner.html" />
<Iframe url="../../../../apis/Banner.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/carousel/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Carousel.html" />
<Iframe url="../../../../apis/Carousel.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/CategoryFilter.html" />
<Iframe url="../../../../apis/CategoryFilter.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Expandable.html" />
<Iframe url="../../../../apis/Expandable.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/file/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/FileDownload.html" />
<Iframe url="../../../../apis/FileDownload.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ datepicker.init();

## API

<Iframe url="/apis/Datepicker.html" />
<Iframe url="../../../../apis/Datepicker.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ FileUpload.init();

## API

<Iframe url="/apis/FileUpload.html" />
<Iframe url="../../../../apis/FileUpload.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Range.html" />
<Iframe url="../../../../apis/Range.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ECL.components.get(document.querySelector('[data-ecl-select-multiple]'));

## API

<Iframe url="/apis/Select.html" />
<Iframe url="../../../../apis/Select.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/list/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ descriptionList.init();

## API

<Iframe url="/apis/DescriptionList.html" />
<Iframe url="../../../../apis/DescriptionList.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ instance.init();
## API
<Iframe url="/apis/Gallery.html" />
<Iframe url="../../../../apis/Gallery.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/modal/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Modal.html" />
<Iframe url="../../../../apis/Modal.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ breadcrumb.init();

## API

<Iframe url="/apis/Breadcrumb.html" />
<Iframe url="../../../../apis/Breadcrumb.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ inpageNavigation.init();

## API

<Iframe url="/apis/InpageNavigation.html" />
<Iframe url="../../../../apis/InpageNavigation.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ menu.init();

## API

<Iframe url="/apis/Menu.html" />
<Iframe url="../../../../apis/Menu.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ tabs.init();

## API

<Iframe url="/apis/Tabs.html" />
<Iframe url="../../../../apis/Tabs.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/NewsTicker.html" />
<Iframe url="../../../../apis/NewsTicker.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ notification.init();

## API

<Iframe url="/apis/Notification.html" />
<Iframe url="../../../../apis/Notification.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/popover/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Popover.html" />
<Iframe url="../../../../apis/Popover.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import Iframe from '../../../../../../website-components/Showcase/Iframe';

## API

<Iframe url="/apis/SiteHeader.html" />
<Iframe url="../../../../apis/SiteHeader.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/table/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Table.html" />
<Iframe url="../../../../apis/Table.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/ec/components/timeline/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Timeline.html" />
<Iframe url="../../../../apis/Timeline.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/accordion/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Accordion.html" />
<Iframe url="../../../../apis/Accordion.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/banner/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ banner.init();

## API

<Iframe url="/apis/Accordion.html" />
<Iframe url="../../../../apis/Accordion.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/carousel/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Carousel.html" />
<Iframe url="../../../../apis/Carousel.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/CategoryFilter.html" />
<Iframe url="../../../../apis/CategoryFilter.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/ec/Expandable.html" />
<Iframe url="../../../../apis/ec/Expandable.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/file/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/FileDownload.html" />
<Iframe url="../../../../apis/FileDownload.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ datepicker.init();

## API

<Iframe url="/apis/Datepicker.html" />
<Iframe url="../../../../apis/Datepicker.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ FileUpload.init();

## API

<Iframe url="/apis/FileUpload.html" />
<Iframe url="../../../../apis/FileUpload.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ range.init();

## API

<Iframe url="/apis/Range.html" />
<Iframe url="../../../../apis/Range.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ECL.components.get(document.querySelector('[data-ecl-select-multiple]'));

## API

<Iframe url="/apis/Select.html" />
<Iframe url="../../../../apis/Select.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/list/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ descriptionList.init();

## API

<Iframe url="/apis/ec/DescriptionList.html" />
<Iframe url="../../../../apis/ec/DescriptionList.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ To update an existing instance, you can run `destroy()` and `init()` on this ins

## API

<Iframe url="/apis/Gallery.html" />
<Iframe url="../../../../apis/Gallery.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/modal/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Modal.html" />
<Iframe url="../../../../apis/Modal.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ breadcrumb.init();

## API

<Iframe url="/apis/Breadcrumb.html" />
<Iframe url="../../../../apis/Breadcrumb.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ inpageNavigation.init();

## API

<Iframe url="/apis/InpageNavigation.html" />
<Iframe url="../../../../apis/InpageNavigation.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ menu.init();

## API

<Iframe url="/apis/Menu.html" />
<Iframe url="../../../../apis/Menu.html" />

## Force close

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ tabs.init();

## API

<Iframe url="/apis/Tabs.html" />
<Iframe url="../../../../apis/Tabs.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/NewsTicker.html" />
<Iframe url="../../../../apis/NewsTicker.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ notification.init();

## API

<Iframe url="/apis/ec/Notification.html" />
<Iframe url="../../../../apis/ec/Notification.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/popover/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Popover.html" />
<Iframe url="../../../../apis/Popover.html" />
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import Iframe from '../../../../../../website-components/Showcase/Iframe';

## API

<Iframe url="/apis/SiteHeader.html" />
<Iframe url="../../../../apis/SiteHeader.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/table/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Table.html" />
<Iframe url="../../../../apis/Table.html" />
2 changes: 1 addition & 1 deletion src/website/src/pages/eu/components/timeline/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ var instance = ECL.components.get(elt);

## API

<Iframe url="/apis/Timeline.html" />
<Iframe url="../../../../apis/Timeline.html" />

1 comment on commit 2c9c8eb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.