We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93ddec commit 49c09d3Copy full SHA for 49c09d3
scripts/api.js
@@ -8,7 +8,7 @@ const DEMOS_PATH = path.resolve('static/demos');
8
let COMPONENT_LINK_REGEXP;
9
10
(async function () {
11
- const response = await fetch('https://unpkg.com/@ionic/docs@6.0.10-dev.11645801048.2804c20/core.json');
+ const response = await fetch('https://unpkg.com/@ionic/docs/core.json');
12
const { components } = await response.json();
13
14
const names = components.map((component) => component.tag.slice(4));
0 commit comments