Skip to content

Commit

Permalink
docs(v5): change CDN links to use core@v5 (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC authored Mar 23, 2023
1 parent 53b01f7 commit 77d616c
Show file tree
Hide file tree
Showing 46 changed files with 176 additions and 933 deletions.
353 changes: 0 additions & 353 deletions static/demos/api/accordion/index.html

This file was deleted.

8 changes: 4 additions & 4 deletions static/demos/api/action-sheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Action Sheet</title>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core/css/ionic.bundle.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@5/css/ionic.bundle.css" />
<style>
:root {
--ion-safe-area-top: 20px;
--ion-safe-area-bottom: 22px;
}
</style>
<script type="module">
import { actionSheetController } from 'https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/index.esm.js';
import { actionSheetController } from 'https://cdn.jsdelivr.net/npm/@ionic/core@5/dist/ionic/index.esm.js';
window.actionSheetController = actionSheetController;
</script>
</head>
Expand Down
Loading

1 comment on commit 77d616c

@vercel
Copy link

@vercel vercel bot commented on 77d616c Mar 23, 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-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.