File tree 6 files changed +7
-7
lines changed
static/usage/v7/img/basic
versioned_docs/version-v7
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
``` html
2
2
<ion-img
3
- src =" https://docs-demo.ionic.io /assets/madison.jpg"
3
+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
4
4
alt =" The Wisconsin State Capitol building in Madison, WI at night"
5
5
></ion-img >
6
6
```
Original file line number Diff line number Diff line change 21
21
< ion-content >
22
22
< div class ="container ">
23
23
< ion-img
24
- src ="https://docs-demo.ionic.io /assets/madison.jpg "
24
+ src ="https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg "
25
25
alt ="The Wisconsin State Capitol building in Madison, WI at night "
26
26
> </ ion-img >
27
27
</ div >
Original file line number Diff line number Diff line change 1
1
``` html
2
2
<ion-img
3
- src =" https://docs-demo.ionic.io /assets/madison.jpg"
3
+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
4
4
alt =" The Wisconsin State Capitol building in Madison, WI at night"
5
5
></ion-img >
6
6
```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { IonImg } from '@ionic/react';
5
5
function Example() {
6
6
return (
7
7
<IonImg
8
- src = " https://docs-demo.ionic.io /assets/madison.jpg"
8
+ src = " https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
9
9
alt = " The Wisconsin State Capitol building in Madison, WI at night"
10
10
></IonImg >
11
11
);
Original file line number Diff line number Diff line change 1
1
``` html
2
2
<template >
3
3
<ion-img
4
- src =" https://docs-demo.ionic.io /assets/madison.jpg"
4
+ src =" https://ionic- docs-demo-v7.vercel.app /assets/madison.jpg"
5
5
alt =" The Wisconsin State Capitol building in Madison, WI at night"
6
6
></ion-img >
7
7
</template >
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-v7.vercel.app /
7
+ demoSourceUrl : https://github.com/ionic-team/docs-demo/tree/7.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