Skip to content

Commit 2c05210

Browse files
committed
docs(react): update overview
1 parent 0150e53 commit 2c05210

File tree

3 files changed

+36
-12
lines changed

3 files changed

+36
-12
lines changed

docs/react/overview.md

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

49-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-react-icon.png">
50-
<p>Build a real Photo Gallery app with Ionic React and native device features.</p>
49+
<DocsCard header="React Documentation" href="https://react.dev/learn" icon="/icons/logo-react-icon.png">
50+
<p>Learn more about React's core concepts, tools, and best practices from the official React documentation.</p>
5151
</DocsCard>
5252

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

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

6169
</DocsCards>

versioned_docs/version-v6/react/overview.md

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

49-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-react-icon.png">
50-
<p>Build a real Photo Gallery app with Ionic React and native device features.</p>
49+
<DocsCard header="React Documentation" href="https://react.dev/learn" icon="/icons/logo-react-icon.png">
50+
<p>Learn more about React's core concepts, tools, and best practices from the official React documentation.</p>
5151
</DocsCard>
5252

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

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

6169
</DocsCards>

versioned_docs/version-v7/react/overview.md

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

49-
<DocsCard header="Build Your First App" href="your-first-app" icon="/icons/logo-react-icon.png">
50-
<p>Build a real Photo Gallery app with Ionic React and native device features.</p>
49+
<DocsCard header="React Documentation" href="https://react.dev/learn" icon="/icons/logo-react-icon.png">
50+
<p>Learn more about React's core concepts, tools, and best practices from the official React documentation.</p>
5151
</DocsCard>
5252

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

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

6169
</DocsCards>

0 commit comments

Comments
 (0)