Skip to content

Commit 2139b34

Browse files
committed
refactor(javascript): move ionic-core to quickstart
1 parent 0d0e2ee commit 2139b34

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/javascript/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npm run dev █
4444

4545
<DocsCards>
4646

47-
<DocsCard header="Getting Started" href="ionic-core" icon="/icons/guide-quickstart-icon.png">
47+
<DocsCard header="Getting Started" href="quickstart" icon="/icons/guide-quickstart-icon.png">
4848
<p>Quickly set up your first Ionic JavaScript app and learn the basics of the framework and CLI.</p>
4949
</DocsCard>
5050

docs/javascript/ionic-core.md renamed to docs/javascript/quickstart.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
2-
title: 'Ionic Core Custom Components'
3-
sidebar_label: Ionic Core
2+
title: Ionic JavaScript Quickstart
3+
sidebar_label: Quickstart
44
---
55

6+
<head>
7+
<title>Ionic JavaScript Quickstart: JavaScript Basics</title>
8+
<meta
9+
name="description"
10+
content="Ionic JavaScript Quickstart covers the basics of JavaScript and Ionic, including any Ionic-specific features. Learn how to build JavaScript apps."
11+
/>
12+
</head>
13+
614
# Setting Up an Ionic Core Project with Vite (Vanilla JS)
715

816
This guide walks you through integrating [Ionic Core](https://ionicframework.com/docs/components) with a plain JavaScript (Vanilla) project using Vite. You'll get tree-shaking support, efficient bundle sizes, and a solid development experience.

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
type: 'category',
101101
label: 'JavaScript',
102102
collapsed: false,
103-
items: ['javascript/overview', 'javascript/ionic-core'],
103+
items: ['javascript/overview', 'javascript/quickstart'],
104104
},
105105
{
106106
type: 'category',

0 commit comments

Comments
 (0)