Skip to content

Commit 0150e53

Browse files
committed
docs(vue): update overview
1 parent bb33994 commit 0150e53

File tree

3 files changed

+36
-12
lines changed

3 files changed

+36
-12
lines changed

docs/vue/overview.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,24 @@ $ ionic serve █
4848
<p>Quickly set up your first Ionic Vue app and learn the basics of the framework and CLI.</p>
4949
</DocsCard>
5050

51-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-vue-icon.png">
52-
<p>Build a real Photo Gallery app with Ionic Vue and native device features.</p>
51+
<DocsCard header="Vue Documentation" href="https://vuejs.org/guide/introduction.html" icon="/icons/logo-vue-icon.png">
52+
<p>Learn more about Vue's core concepts, tools, and best practices from the official Vue documentation.</p>
5353
</DocsCard>
5454

5555
<DocsCard header="Navigation" href="navigation" icon="/icons/component-navigation-icon.png">
56-
<p>Master navigation in Ionic Vue using Vue Router.</p>
56+
<p>Discover how to handle routing and navigation in Ionic Vue apps using the Vue Router.</p>
5757
</DocsCard>
5858

5959
<DocsCard header="Components" href="/docs/components" icon="/icons/guide-components-icon.png">
60-
<p>Explore Ionic’s rich library of UI components for building beautiful apps.</p>
60+
<p>Explore Ionic's rich library of UI components for building beautiful apps.</p>
61+
</DocsCard>
62+
63+
<DocsCard header="Theming" href="/docs/theming/basics" icon="/icons/guide-theming-icon.png">
64+
<p>Learn how to customize the look and feel of your app with Ionic's powerful theming system.</p>
65+
</DocsCard>
66+
67+
<DocsCard header="Capacitor Documentation" href="https://capacitorjs.com/docs/" icon="/icons/guide-capacitor-icon.png">
68+
<p>Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.</p>
6169
</DocsCard>
6270

6371
</DocsCards>

versioned_docs/version-v6/vue/overview.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,24 @@ $ ionic serve █
4848
<p>Quickly set up your first Ionic Vue app and learn the basics of the framework and CLI.</p>
4949
</DocsCard>
5050

51-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-vue-icon.png">
52-
<p>Build a real Photo Gallery app with Ionic Vue and native device features.</p>
51+
<DocsCard header="Vue Documentation" href="https://vuejs.org/guide/introduction.html" icon="/icons/logo-vue-icon.png">
52+
<p>Learn more about Vue's core concepts, tools, and best practices from the official Vue documentation.</p>
5353
</DocsCard>
5454

5555
<DocsCard header="Navigation" href="navigation" icon="/icons/component-navigation-icon.png">
56-
<p>Master navigation in Ionic Vue using Vue Router.</p>
56+
<p>Discover how to handle routing and navigation in Ionic Vue apps using the Vue Router.</p>
5757
</DocsCard>
5858

5959
<DocsCard header="Components" href="/docs/components" icon="/icons/guide-components-icon.png">
60-
<p>Explore Ionic’s rich library of UI components for building beautiful apps.</p>
60+
<p>Explore Ionic's rich library of UI components for building beautiful apps.</p>
61+
</DocsCard>
62+
63+
<DocsCard header="Theming" href="/docs/theming/basics" icon="/icons/guide-theming-icon.png">
64+
<p>Learn how to customize the look and feel of your app with Ionic's powerful theming system.</p>
65+
</DocsCard>
66+
67+
<DocsCard header="Capacitor Documentation" href="https://capacitorjs.com/docs/" icon="/icons/guide-capacitor-icon.png">
68+
<p>Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.</p>
6169
</DocsCard>
6270

6371
</DocsCards>

versioned_docs/version-v7/vue/overview.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,24 @@ $ ionic serve █
4848
<p>Quickly set up your first Ionic Vue app and learn the basics of the framework and CLI.</p>
4949
</DocsCard>
5050

51-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-vue-icon.png">
52-
<p>Build a real Photo Gallery app with Ionic Vue and native device features.</p>
51+
<DocsCard header="Vue Documentation" href="https://vuejs.org/guide/introduction.html" icon="/icons/logo-vue-icon.png">
52+
<p>Learn more about Vue's core concepts, tools, and best practices from the official Vue documentation.</p>
5353
</DocsCard>
5454

5555
<DocsCard header="Navigation" href="navigation" icon="/icons/component-navigation-icon.png">
56-
<p>Master navigation in Ionic Vue using Vue Router.</p>
56+
<p>Discover how to handle routing and navigation in Ionic Vue apps using the Vue Router.</p>
5757
</DocsCard>
5858

5959
<DocsCard header="Components" href="/docs/components" icon="/icons/guide-components-icon.png">
60-
<p>Explore Ionic’s rich library of UI components for building beautiful apps.</p>
60+
<p>Explore Ionic's rich library of UI components for building beautiful apps.</p>
61+
</DocsCard>
62+
63+
<DocsCard header="Theming" href="/docs/theming/basics" icon="/icons/guide-theming-icon.png">
64+
<p>Learn how to customize the look and feel of your app with Ionic's powerful theming system.</p>
65+
</DocsCard>
66+
67+
<DocsCard header="Capacitor Documentation" href="https://capacitorjs.com/docs/" icon="/icons/guide-capacitor-icon.png">
68+
<p>Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.</p>
6169
</DocsCard>
6270

6371
</DocsCards>

0 commit comments

Comments
 (0)