Skip to content

Commit

Permalink
fix(): page components file structure (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcbaum authored Apr 24, 2023
1 parent fd156fd commit d848669
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Installing Ionic
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/AppWizard';
import AppWizard from '@components/page/intro/cli/AppWizard';

<head>
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v5/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/AppWizard';
import AppWizard from '@components/page/intro/cli/AppWizard';

# Installing Ionic

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v6/intro/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Installing Ionic
sidebar_label: CLI Installation
---

import AppWizard from '@components/page/intro/AppWizard';
import AppWizard from '@components/page/intro/cli/AppWizard';

<head>
<title>How to Install The Ionic Framework CLI to Build Mobile Apps</title>
Expand Down

0 comments on commit d848669

Please sign in to comment.