Skip to content

chore(version): update v5 and v6 docs to use the versioned docs demo deployment #2796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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