File tree Expand file tree Collapse file tree 3 files changed +36
-12
lines changed Expand file tree Collapse file tree 3 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,24 @@ $ ionic serve █
46
46
<p >Quickly set up your first Ionic React app and learn the basics of the framework and CLI.</p >
47
47
</DocsCard >
48
48
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 >
51
51
</DocsCard >
52
52
53
53
<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 >
55
55
</DocsCard >
56
56
57
57
<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 >
59
67
</DocsCard >
60
68
61
69
</DocsCards >
Original file line number Diff line number Diff line change @@ -46,16 +46,24 @@ $ ionic serve █
46
46
<p >Quickly set up your first Ionic React app and learn the basics of the framework and CLI.</p >
47
47
</DocsCard >
48
48
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 >
51
51
</DocsCard >
52
52
53
53
<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 >
55
55
</DocsCard >
56
56
57
57
<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 >
59
67
</DocsCard >
60
68
61
69
</DocsCards >
Original file line number Diff line number Diff line change @@ -46,16 +46,24 @@ $ ionic serve █
46
46
<p >Quickly set up your first Ionic React app and learn the basics of the framework and CLI.</p >
47
47
</DocsCard >
48
48
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 >
51
51
</DocsCard >
52
52
53
53
<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 >
55
55
</DocsCard >
56
56
57
57
<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 >
59
67
</DocsCard >
60
68
61
69
</DocsCards >
You can’t perform that action at this time.
0 commit comments