Skip to content

Commit 8037cb3

Browse files
Titan Updates 0314 (#2226)
* fix(titan updates): fix a few meta implementations to resolve titan requests through 24 Feb 2022 * fix(titan updates): fix one last implementation on taking photos
1 parent 49c09d3 commit 8037cb3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/intro/next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Next Steps
33
---
44

55
<head>
6-
<title>Ionic Troubleshooting Guide: Common Vue App Development Issues</title>
6+
<title>Next Steps for Starting an App: Choose Your JavaScript Framework</title>
77
<meta
88
name="description"
99
content="In order to build an Ionic app, you first need to choose the JavaScript framework you plan to use. Learn more about next steps for starting an app with Ionic."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Taking Photos
66
<head>
77
<title>Take Photos From The Camera on React Apps - Ionic Documentation</title>
88
<meta
9-
name="Take Photos From The Camera on React Apps - Ionic Documentation"
9+
name="description"
1010
content="To take photos from the device's camera on a React app, begin by building it for the web, then make some small tweaks for mobile use on iOS and Android devices."
1111
/>
1212
</head>

docs/troubleshooting/runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Runtime Issues
33
---
44

55
<head>
6-
<title>Ionic Troubleshooting Guide: Common Vue App Development Issues</title>
6+
<title>Solve App Runtime Issues: Blank App, Plugins Not Working, etc.</title>
77
<meta
8-
name="Solve App Runtime Issues: Blank App, Plugins Not Working, etc."
8+
name="description"
99
content="There are many causes of app runtime issues. Read how to solve issues such as a blank app, plugins not working, Angular change detection, and more with Ionic."
1010
/>
1111
</head>

scripts/data/meta-override.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@
362362
"title": "Ionic Secure App Login: Authenticate and Retrieve a User Token",
363363
"description": "For a secure login, authenticate with Ionic and retrieve a user token — stored in the CLI config. Learn the most secure way to log in to Ionic Framework apps."
364364
},
365+
"logout": {
366+
"title": "Logout Command: How to Logout on Ionic Apps | Ionic Documentation",
367+
"description": "Learn how to logout on Ionic Framework apps using the logout command. Read our documentation to learn more about Ionic CLI command installation and usage."
368+
},
365369
"serve": {
366370
"title": "ionic serve: Start a Local Development Server for App Dev/Testing",
367371
"description": "Start a local development server for app dev/testing with ionic serve. Learn how to easily spin up a development server which launches in your browser."

0 commit comments

Comments
 (0)