File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
static/usage/v6/img/basic Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11``` 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 >
33```
Original file line number Diff line number Diff line change 2121 < ion-app >
2222 < ion-content >
2323 < 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 "
2525 alt ="The Wisconsin State Capitol building in Madison, WI at night "> </ ion-img >
2626 </ div >
2727 </ ion-content >
2828 </ ion-app >
2929</ body >
3030
31- </ html >
31+ </ html >
Original file line number Diff line number Diff line change 11``` 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 >
33```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { IonImg } from '@ionic/react';
44
55function Example() {
66 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 >
88 );
99}
1010export default Example ;
Original file line number Diff line number Diff line change 11``` html
22<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 >
44</template >
55
66<script lang =" ts" >
Original file line number Diff line number Diff line change 44title : Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps
55description : Ionic Framework is an open-source UI toolkit to create your own mobile and desktop apps using web technologies with integrations for popular frameworks.
66hide_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
99---
1010
1111import DocsCard from '@components/global /DocsCard';
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ title: Introduction to Ionic
33sidebar_label : Overview
44slug : /
55hide_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
88---
99
1010import DocsCard from '@components/global /DocsCard';
You can’t perform that action at this time.
0 commit comments