Skip to content

Commit

Permalink
Revert "fix(): page components file structure (#2907)" (#2928)
Browse files Browse the repository at this point in the history
This reverts commit d848669.
  • Loading branch information
liamdebeasi authored Apr 25, 2023
1 parent d8b91fe commit d6659e1
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/cli/AppWizard';
import AppWizard from '@components/page/intro/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/cli/AppWizard';
import AppWizard from '@components/page/intro/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/cli/AppWizard';
import AppWizard from '@components/page/intro/AppWizard';

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

1 comment on commit d6659e1

@vercel
Copy link

@vercel vercel bot commented on d6659e1 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.