Skip to content

Commit b44c54d

Browse files
authored
chore(version): update v5 and v6 docs to use the versioned docs demo deployment (#2796)
1 parent 630c5f1 commit b44c54d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

static/usage/v6/img/basic/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
```

static/usage/v6/img/basic/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
```

static/usage/v6/img/basic/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { IonImg } from '@ionic/react';
44

55
function 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
}
1010
export default Example;

static/usage/v6/img/basic/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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">

versioned_docs/version-v5/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ slug: /
44
title: Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps
55
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.
66
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
99
---
1010

1111
import DocsCard from '@components/global/DocsCard';

versioned_docs/version-v6/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Introduction to Ionic
33
sidebar_label: Overview
44
slug: /
55
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
88
---
99

1010
import DocsCard from '@components/global/DocsCard';

0 commit comments

Comments
 (0)