Skip to content

Commit

Permalink
chore(nxext): remove ionic packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Oct 23, 2023
1 parent 00861aa commit 67c7419
Show file tree
Hide file tree
Showing 273 changed files with 12 additions and 9,229 deletions.
3 changes: 0 additions & 3 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ module.exports = {
{ name: 'sveltekit', description: 'Sveltekit specific' },
{ name: 'solid', description: 'SolidJS specific' },
{ name: 'preact', description: 'Preact specific' },
{ name: 'capacitor', description: 'capacitor specific' },
{ name: 'ionic-angular', description: 'ionic-angular specific' },
{ name: 'ionic-react', description: 'ionic-react specific' },
{ name: 'vue', description: 'vue specific' },
],

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- [Angular](https://angular.io/) plugin for NX
- [React](https://reactjs.org/) plugin for NX
- [Preact](https://preactjs.com/) plugin for NX
- [Ionic](https://ionicframework.com/) plugin for NX

## Attention

Expand Down
112 changes: 0 additions & 112 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ function sideNavGuide() {
},
],
},
{
text: 'Vite',
items: [
{
text: 'Environment variables',
link: '/guide/vite/environment-variables',
},
],
},
];
}

Expand All @@ -96,109 +87,6 @@ function sideNavDocs() {
},
],
},
{
text: 'Ionic projects',
collapsible: true,
collapsed: true,
items: [
{
text: 'Stencil',
items: [
{
text: 'Overview',
link: '/docs/stencil/overview',
},
{
text: 'Installation',
link: '/docs/stencil/installation',
},
{
text: 'Generators',
link: '/docs/stencil/generators',
},
{
text: 'Executors',
link: '/docs/stencil/executors',
},
],
},
{
text: 'Capacitor',
items: [
{
text: 'Overview',
link: '/docs/capacitor/overview',
},
{
text: 'Migrating from Nxtend',
link: '/docs/capacitor/migrating-from-nxtend',
},
{
text: 'Getting started',
link: '/docs/capacitor/getting-started',
},
{
text: 'Generators',
link: '/docs/capacitor/generators',
},
{
text: 'Executors',
link: '/docs/capacitor/executors',
},
],
},
{
text: 'Ionic Angular',
items: [
{
text: 'Overview',
link: '/docs/ionic-angular/overview',
},
{
text: 'Migrating from Nxtend',
link: '/docs/ionic-angular/migrating-from-nxtend',
},
{
text: 'Getting started',
link: '/docs/ionic-angular/getting-started',
},
{
text: 'Capacitor',
link: '/docs/ionic-angular/capacitor',
},
{
text: 'Generators',
link: '/docs/ionic-angular/generators',
},
],
},
{
text: 'Ionic React',
items: [
{
text: 'Overview',
link: '/docs/ionic-react/overview',
},
{
text: 'Migrating from Nxtend',
link: '/docs/ionic-react/migrating-from-nxtend',
},
{
text: 'Getting started',
link: '/docs/ionic-react/getting-started',
},
{
text: 'Capacitor',
link: '/docs/ionic-react/capacitor',
},
{
text: 'Generators',
link: '/docs/ionic-react/generators',
},
],
},
],
},
{
text: 'Vite projects',
collapsible: true,
Expand Down
19 changes: 0 additions & 19 deletions docs/docs/capacitor/executors.md

This file was deleted.

113 changes: 0 additions & 113 deletions docs/docs/capacitor/generators.md

This file was deleted.

92 changes: 0 additions & 92 deletions docs/docs/capacitor/getting-started.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/docs/capacitor/migrating-from-nxtend.md

This file was deleted.

Loading

0 comments on commit 67c7419

Please sign in to comment.