Skip to content

Commit d848669

Browse files
authored
fix(): page components file structure (#2907)
1 parent fd156fd commit d848669

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Installing Ionic
33
sidebar_label: CLI Installation
44
---
55

6-
import AppWizard from '@components/page/intro/AppWizard';
6+
import AppWizard from '@components/page/intro/cli/AppWizard';
77

88
<head>
99
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>

versioned_docs/version-v5/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_label: CLI Installation
33
---
44

5-
import AppWizard from '@components/page/intro/AppWizard';
5+
import AppWizard from '@components/page/intro/cli/AppWizard';
66

77
# Installing Ionic
88

versioned_docs/version-v6/intro/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Installing Ionic
33
sidebar_label: CLI Installation
44
---
55

6-
import AppWizard from '@components/page/intro/AppWizard';
6+
import AppWizard from '@components/page/intro/cli/AppWizard';
77

88
<head>
99
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>

0 commit comments

Comments
 (0)