From b09f144970f9aca23cf0c6ca2539c4ab870d087d Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 6 Jan 2025 13:22:16 -0800 Subject: [PATCH 1/2] docs(ios, android): update v6 links --- docs/developing/android.md | 4 ++-- docs/developing/ios.md | 6 ++++-- versioned_docs/version-v7/developing/android.md | 4 ++-- versioned_docs/version-v7/developing/ios.md | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/developing/android.md b/docs/developing/android.md index f5b5c0180cd..18bf1f21ec1 100644 --- a/docs/developing/android.md +++ b/docs/developing/android.md @@ -16,7 +16,7 @@ import DocsCards from '@components/global/DocsCards'; :::info Looking for the legacy Android guide? -The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](/docs/v6/developing/android). +The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android). ::: @@ -30,7 +30,7 @@ The Developing for Android guide has officially migrated to the [Capacitor docum

Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Cordova.

diff --git a/docs/developing/ios.md b/docs/developing/ios.md index 5213325ac35..5be8e28f25e 100644 --- a/docs/developing/ios.md +++ b/docs/developing/ios.md @@ -14,10 +14,12 @@ skipIntros: true import DocsCard from '@components/global/DocsCard'; import DocsCards from '@components/global/DocsCards'; +import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; +import Link from '@docusaurus/Link'; :::info Looking for the legacy iOS guide? -The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](/docs/v6/developing/ios). +The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios). ::: @@ -31,7 +33,7 @@ The Developing for iOS guide has officially migrated to the [Capacitor documenta

Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Cordova.

diff --git a/versioned_docs/version-v7/developing/android.md b/versioned_docs/version-v7/developing/android.md index f5b5c0180cd..18bf1f21ec1 100644 --- a/versioned_docs/version-v7/developing/android.md +++ b/versioned_docs/version-v7/developing/android.md @@ -16,7 +16,7 @@ import DocsCards from '@components/global/DocsCards'; :::info Looking for the legacy Android guide? -The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](/docs/v6/developing/android). +The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android). ::: @@ -30,7 +30,7 @@ The Developing for Android guide has officially migrated to the [Capacitor docum

Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Cordova.

diff --git a/versioned_docs/version-v7/developing/ios.md b/versioned_docs/version-v7/developing/ios.md index 5213325ac35..bd379ee0920 100644 --- a/versioned_docs/version-v7/developing/ios.md +++ b/versioned_docs/version-v7/developing/ios.md @@ -17,7 +17,7 @@ import DocsCards from '@components/global/DocsCards'; :::info Looking for the legacy iOS guide? -The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](/docs/v6/developing/ios). +The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios). ::: @@ -31,7 +31,7 @@ The Developing for iOS guide has officially migrated to the [Capacitor documenta

Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Cordova.

From 96b2ad23556de3c722d398dbdf05a8e44f204b44 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 6 Jan 2025 14:14:25 -0800 Subject: [PATCH 2/2] fix(ios): remove unused imports --- docs/developing/ios.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/developing/ios.md b/docs/developing/ios.md index 5be8e28f25e..bd379ee0920 100644 --- a/docs/developing/ios.md +++ b/docs/developing/ios.md @@ -14,8 +14,6 @@ skipIntros: true import DocsCard from '@components/global/DocsCard'; import DocsCards from '@components/global/DocsCards'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Link from '@docusaurus/Link'; :::info Looking for the legacy iOS guide?