Skip to content

Commit

Permalink
chore(version): update v5 and v6 docs to use the versioned docs demo …
Browse files Browse the repository at this point in the history
…deployment (#2796)
  • Loading branch information
liamdebeasi authored Mar 2, 2023
1 parent 630c5f1 commit b44c54d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion static/usage/v6/img/basic/angular.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```html
<ion-img src="https://docs-demo.ionic.io/assets/madison.jpg" alt="The Wisconsin State Capitol building in Madison, WI at night"></ion-img>
<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 changes: 2 additions & 2 deletions static/usage/v6/img/basic/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<ion-app>
<ion-content>
<div class="container">
<ion-img src="https://docs-demo.ionic.io/assets/madison.jpg"
<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>
</div>
</ion-content>
</ion-app>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion static/usage/v6/img/basic/javascript.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```html
<ion-img src="https://docs-demo.ionic.io/assets/madison.jpg" alt="The Wisconsin State Capitol building in Madison, WI at night"></ion-img>
<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>
```
2 changes: 1 addition & 1 deletion static/usage/v6/img/basic/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IonImg } from '@ionic/react';

function Example() {
return (
<IonImg src="https://docs-demo.ionic.io/assets/madison.jpg" alt="The Wisconsin State Capitol building in Madison, WI at night"></IonImg>
<IonImg src="https://ionic-docs-demo-v6.vercel.app/assets/madison.jpg" alt="The Wisconsin State Capitol building in Madison, WI at night"></IonImg>
);
}
export default Example;
Expand Down
2 changes: 1 addition & 1 deletion static/usage/v6/img/basic/vue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```html
<template>
<ion-img src="https://docs-demo.ionic.io/assets/madison.jpg" alt="The Wisconsin State Capitol building in Madison, WI at night"></ion-img>
<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>
</template>

<script lang="ts">
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v5/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ slug: /
title: Open-Source UI Toolkit to Create Your Own Mobile or Desktop Apps
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.
hide_table_of_contents: true
demoUrl: https://ionic-docs-demo.herokuapp.com/
demoSourceUrl: https://github.com/ionic-team/docs-demo
demoUrl: https://ionic-docs-demo-v5.vercel.app/
demoSourceUrl: https://github.com/ionic-team/docs-demo/tree/5.x
---

import DocsCard from '@components/global/DocsCard';
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Introduction to Ionic
sidebar_label: Overview
slug: /
hide_table_of_contents: true
demoUrl: https://docs-demo.ionic.io/
demoSourceUrl: https://github.com/ionic-team/docs-demo
demoUrl: https://ionic-docs-demo-v6.vercel.app/
demoSourceUrl: https://github.com/ionic-team/docs-demo/tree/6.x
---

import DocsCard from '@components/global/DocsCard';
Expand Down

1 comment on commit b44c54d

@vercel
Copy link

@vercel vercel bot commented on b44c54d Mar 2, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app

Please sign in to comment.