diff --git a/docs/intro/next.md b/docs/intro/next.md index 30f810ac993..e63809f7654 100644 --- a/docs/intro/next.md +++ b/docs/intro/next.md @@ -3,7 +3,7 @@ title: Next Steps --- - Ionic Troubleshooting Guide: Common Vue App Development Issues + Next Steps for Starting an App: Choose Your JavaScript Framework Take Photos From The Camera on React Apps - Ionic Documentation diff --git a/docs/troubleshooting/runtime.md b/docs/troubleshooting/runtime.md index cb95e44b981..6163d233ef5 100644 --- a/docs/troubleshooting/runtime.md +++ b/docs/troubleshooting/runtime.md @@ -3,9 +3,9 @@ title: Runtime Issues --- - Ionic Troubleshooting Guide: Common Vue App Development Issues + Solve App Runtime Issues: Blank App, Plugins Not Working, etc. diff --git a/scripts/data/meta-override.json b/scripts/data/meta-override.json index 71cf262e6c2..1c5b57480ad 100644 --- a/scripts/data/meta-override.json +++ b/scripts/data/meta-override.json @@ -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."