File tree 7 files changed +10
-10
lines changed
static/usage/v6/img/basic 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
``` html
2
- <ion-img src =" https://docs-demo.ionic.io /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
2
+ <ion-img src =" https://ionic- docs-demo-v6.vercel.app /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
3
3
```
Original file line number Diff line number Diff line change 21
21
< ion-app >
22
22
< ion-content >
23
23
< div class ="container ">
24
- < ion-img src ="https://docs-demo.ionic.io /assets/madison.jpg "
24
+ < ion-img src ="https://ionic- docs-demo-v6.vercel.app /assets/madison.jpg "
25
25
alt ="The Wisconsin State Capitol building in Madison, WI at night "> </ ion-img >
26
26
</ div >
27
27
</ ion-content >
28
28
</ ion-app >
29
29
</ body >
30
30
31
- </ html >
31
+ </ html >
Original file line number Diff line number Diff line change 1
1
``` html
2
- <ion-img src =" https://docs-demo.ionic.io /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
2
+ <ion-img src =" https://ionic- docs-demo-v6.vercel.app /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
3
3
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { IonImg } from '@ionic/react';
4
4
5
5
function Example() {
6
6
return (
7
- <IonImg src = " https://docs-demo.ionic.io /assets/madison.jpg" alt = " The Wisconsin State Capitol building in Madison, WI at night" ></IonImg >
7
+ <IonImg src = " https://ionic- docs-demo-v6.vercel.app /assets/madison.jpg" alt = " The Wisconsin State Capitol building in Madison, WI at night" ></IonImg >
8
8
);
9
9
}
10
10
export default Example ;
Original file line number Diff line number Diff line change 1
1
``` html
2
2
<template >
3
- <ion-img src =" https://docs-demo.ionic.io /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
3
+ <ion-img src =" https://ionic- docs-demo-v6.vercel.app /assets/madison.jpg" alt =" The Wisconsin State Capitol building in Madison, WI at night" ></ion-img >
4
4
</template >
5
5
6
6
<script lang =" ts" >
Original file line number Diff line number Diff line change 4
4
title : Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps
5
5
description : Ionic Framework is an open-source UI toolkit to create your own mobile and desktop apps using web technologies with integrations for popular frameworks.
6
6
hide_table_of_contents : true
7
- demoUrl : https://ionic-docs-demo.herokuapp.com /
8
- demoSourceUrl : https://github.com/ionic-team/docs-demo
7
+ demoUrl : https://ionic-docs-demo-v5.vercel.app /
8
+ demoSourceUrl : https://github.com/ionic-team/docs-demo/tree/5.x
9
9
---
10
10
11
11
import DocsCard from '@components/global /DocsCard';
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: Introduction to Ionic
3
3
sidebar_label : Overview
4
4
slug : /
5
5
hide_table_of_contents : true
6
- demoUrl : https://docs-demo.ionic.io /
7
- demoSourceUrl : https://github.com/ionic-team/docs-demo
6
+ demoUrl : https://ionic- docs-demo-v6.vercel.app /
7
+ demoSourceUrl : https://github.com/ionic-team/docs-demo/tree/6.x
8
8
---
9
9
10
10
import DocsCard from '@components/global /DocsCard';
You can’t perform that action at this time.
0 commit comments