From c0ac7c0724bf25b2ba75181af20c3e6b7bd8e556 Mon Sep 17 00:00:00 2001 From: Mohammed Ashfaq <44408323+ashfaqhaq@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:12:34 +0530 Subject: [PATCH 1/3] Adding instruction about "ionic serve --external" in previewing.md --- docs/developing/previewing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developing/previewing.md b/docs/developing/previewing.md index 6c558d2d5de..cf67cce68aa 100644 --- a/docs/developing/previewing.md +++ b/docs/developing/previewing.md @@ -38,6 +38,8 @@ $ ionic serve With `ionic serve` running, continue developing your app. As you save changes, the app reloads with those changes applied. +Note: If the External Link doesn't show up, run `ionic serve --external` + When implementing native functionality, use [Platform Detection](../core-concepts/cross-platform.md). When you're ready to test on a real device, see here for [iOS](ios.md) and [Android](android.md). From d0ed9958d56edd6215b9ec971f64fdd4345fa3cf Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 2 Aug 2023 10:32:23 -0700 Subject: [PATCH 2/3] docs(previewing): note for external link --- docs/developing/previewing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/developing/previewing.md b/docs/developing/previewing.md index cf67cce68aa..6a4e8412f58 100644 --- a/docs/developing/previewing.md +++ b/docs/developing/previewing.md @@ -38,7 +38,11 @@ $ ionic serve With `ionic serve` running, continue developing your app. As you save changes, the app reloads with those changes applied. -Note: If the External Link doesn't show up, run `ionic serve --external` +:::note + +If the external link isn't listed, then run `ionic serve --external` to generate it. + +::: When implementing native functionality, use [Platform Detection](../core-concepts/cross-platform.md). When you're ready to test on a real device, see here for [iOS](ios.md) and [Android](android.md). From 39e34e871190eed594c41b61c4e746d78533dce2 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 2 Aug 2023 11:47:15 -0700 Subject: [PATCH 3/3] docs(previewing): update wording --- docs/developing/previewing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing/previewing.md b/docs/developing/previewing.md index 6a4e8412f58..d3e3e513fa5 100644 --- a/docs/developing/previewing.md +++ b/docs/developing/previewing.md @@ -40,7 +40,7 @@ With `ionic serve` running, continue developing your app. As you save changes, t :::note -If the external link isn't listed, then run `ionic serve --external` to generate it. +If the external link isn't listed on the terminal, then run `ionic serve --external` to generate it. :::