Skip to content

Commit b2926ff

Browse files
docs(vue): add missing title and head tags to match Angular pages
1 parent c29ede6 commit b2926ff

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

docs/vue/your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_label: Build Your First App
44
---
55

66
<head>
7-
<title>Vue Step-by-Step Tutorial: Run Your First Ionic App with Vue</title>
7+
<title>Build Your First Ionic Mobile App: Vue Development Tutorial</title>
88
<meta
99
name="description"
1010
content="This Vue tutorial, teaches the fundamentals of Ionic app development by creating a realistic app step-by-step. Learn to run your first Ionic app with Vue."

docs/vue/your-first-app/2-taking-photos.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
2+
title: Taking Photos with the Camera
23
sidebar_label: Taking Photos
34
---
45

5-
# Taking Photos with the Camera
6+
<head>
7+
<title>Build Camera API for iOS, Android & Web | Ionic Capacitor Camera</title>
8+
<meta
9+
name="description"
10+
content="Add the ability to take photos with your device's camera using the Ionic Capacitor Camera API for mobile iOS, Android, and the web. Learn how here."
11+
/>
12+
</head>
613

714
Now for the fun part - adding the ability to take photos with the device’s camera using the Capacitor [Camera API](https://capacitorjs.com/docs/apis/camera). We’ll begin with building it for the web, then make some small tweaks to make it work on mobile (iOS and Android).
815

docs/vue/your-first-app/6-deploying-mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_label: Deploying Mobile
44
---
55

66
<head>
7-
<title>Build and Deploy Vue Apps for iOS and Android with Capacitor</title>
7+
<title>Deploying to iOS and Android Apps - Capacitor Setup on Ionic</title>
88
<meta
99
name="description"
10-
content="Capacitor is Ionic’s official app runtime to deploy web apps to native platforms like iOS, Android, and more. Read for how to build and deploy Ionic Vue apps."
10+
content="Deploying to iOS and Android is easy with Capacitor setup for Ionic Framework apps. Read to learn more about deployment in our Ionic Documentation."
1111
/>
1212
</head>
1313

docs/vue/your-first-app/7-live-reload.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
sidebar_label: Live Reload
33
---
44

5+
<head>
6+
<meta
7+
name="description"
8+
content="Use the Ionic CLI’s Live Reload functionality to boost your productivity when building Ionic apps. Learn how you can utilize rapid app development."
9+
/>
10+
</head>
11+
512
# Rapid App Development with Live Reload
613

714
So far, we’ve seen how easy it is to develop a cross-platform app that works everywhere. The development experience is pretty quick, but what if I told you there was a way to go faster?

0 commit comments

Comments
 (0)