Skip to content

Commit

Permalink
Titan Updates 0314 (ionic-team#2226)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
johnwheeler-prod authored Mar 15, 2022
1 parent 49c09d3 commit 8037cb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/intro/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Next Steps
---

<head>
<title>Ionic Troubleshooting Guide: Common Vue App Development Issues</title>
<title>Next Steps for Starting an App: Choose Your JavaScript Framework</title>
<meta
name="description"
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."
Expand Down
2 changes: 1 addition & 1 deletion docs/react/your-first-app/2-taking-photos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Taking Photos
<head>
<title>Take Photos From The Camera on React Apps - Ionic Documentation</title>
<meta
name="Take Photos From The Camera on React Apps - Ionic Documentation"
name="description"
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."
/>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Runtime Issues
---

<head>
<title>Ionic Troubleshooting Guide: Common Vue App Development Issues</title>
<title>Solve App Runtime Issues: Blank App, Plugins Not Working, etc.</title>
<meta
name="Solve App Runtime Issues: Blank App, Plugins Not Working, etc."
name="description"
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."
/>
</head>
Expand Down
4 changes: 4 additions & 0 deletions scripts/data/meta-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@
"title": "Ionic Secure App Login: Authenticate and Retrieve a User Token",
"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."
},
"logout": {
"title": "Logout Command: How to Logout on Ionic Apps | Ionic Documentation",
"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."
},
"serve": {
"title": "ionic serve: Start a Local Development Server for App Dev/Testing",
"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."
Expand Down

0 comments on commit 8037cb3

Please sign in to comment.