Skip to content

Commit

Permalink
Merge pull request #1106 from nxext/docs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper authored Oct 1, 2024
2 parents a4ecf91 + ead3e1c commit a0da255
Show file tree
Hide file tree
Showing 28 changed files with 128 additions and 2,345 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

- [Capacitor](https://capacitorjs.com/) plugin for Nx
- [Ionic & Angular](https://ionicframework.com/docs/angular/overview) plugin for Nx
- [Ionic & React](https://ionicframework.com/docs/react) plugin for Nx
- [Stencil](https://stenciljs.com) plugin for Nx
- [Svelte](https://svelte.dev) plugin for Nx
- [SvelteKit](https://kit.svelte.dev/) plugin for Nx
- [SolidJS](https://www.solidjs.com) plugin for Nx
- [Preact](https://preactjs.com/) plugin for Nx

## Attention

If you use the e.g. 17.0 package of any package, be sure to use the Nx version 16.2. The Version numbers have to match. Nxext packages with 16.7 aren't compatible with Nx 16.8
Expand Down
277 changes: 99 additions & 178 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ function nav() {
{
text: 'Links',
items: [
{
text: 'Twitter',
link: 'https://twitter.com/nxext_dev',
},
{
text: 'Nx Discord Chat',
link: 'https://discord.gg/SWyp4xfGjn',
Expand Down Expand Up @@ -72,6 +68,7 @@ function sideNavDocs() {
{
text: 'Nxext',
collapsible: true,
collapsed: false,
items: [
{
text: 'Overview',
Expand All @@ -87,221 +84,145 @@ function sideNavDocs() {
},
],
},

{
text: 'Capacitor',
collapsible: true,
collapsed: true,
items: [
{
text: 'Generators',
link: '/docs/capacitor/generators',
},
{
text: 'Executors',
link: '/docs/stencil/executors',
},
],
},
{
text: 'Ionic Angular',
collapsible: true,
collapsed: true,
items: [
{
text: 'Generators',
link: '/docs/ionic-angular/generators',
},
],
},
{
text: 'Ionic React',
collapsible: true,
collapsed: true,
items: [
{
text: 'Generators',
link: '/docs/ionic-react/generators',
},
],
},
{
text: 'Vite projects',
text: 'Preact',
collapsible: true,
collapsed: true,
items: [
{
text: 'Vue',
items: [
{
text: 'Overview',
link: '/docs/vue/overview',
},
{
text: 'Installation',
link: '/docs/vue/installation',
},
{
text: 'Generators',
link: '/docs/vue/generators',
},
],
text: 'Overview',
link: '/docs/preact/overview',
},
{
text: 'Installation',
link: '/docs/preact/installation',
},
{
text: 'Generators',
link: '/docs/preact/generators',
},
],
},
{
text: 'Solid',
collapsible: true,
collapsed: true,
items: [
{
text: 'Svelte',
items: [
{
text: 'Overview',
link: '/docs/svelte/overview',
},
{
text: 'Installation',
link: '/docs/svelte/installation',
},
{
text: 'Generators',
link: '/docs/svelte/generators',
},
],
text: 'Overview',
link: '/docs/solid/overview',
},
{
text: 'Preact',
items: [
{
text: 'Overview',
link: '/docs/preact/overview',
},
{
text: 'Installation',
link: '/docs/preact/installation',
},
{
text: 'Generators',
link: '/docs/preact/generators',
},
],
text: 'Installation',
link: '/docs/solid/installation',
},
{
text: 'Solid',
items: [
{
text: 'Overview',
link: '/docs/solid/overview',
},
{
text: 'Installation',
link: '/docs/solid/installation',
},
{
text: 'Generators',
link: '/docs/solid/generators',
},
],
text: 'Generators',
link: '/docs/solid/generators',
},
],
},
{
text: 'Ionic projects',
text: 'Stencil',
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: 'Overview',
link: '/docs/stencil/overview',
},
{
text: 'Installation',
link: '/docs/stencil/installation',
},
{
text: 'Generators',
link: '/docs/stencil/generators',
},
{
text: 'Executors',
link: '/docs/stencil/executors',
},
],
},
{
text: 'Unstable/Alpha projects',
text: 'Svelte',
collapsible: true,
collapsed: true,
items: [
{
text: 'Sveltekit',
items: [
{
text: 'Overview',
link: '/docs/sveltekit/overview',
},
{
text: 'Installation',
link: '/docs/sveltekit/installation',
},
{
text: 'Generators',
link: '/docs/sveltekit/generators',
},
{
text: 'Executors',
link: '/docs/sveltekit/executors',
},
],
text: 'Overview',
link: '/docs/svelte/overview',
},
{
text: 'Installation',
link: '/docs/svelte/installation',
},
{
text: 'Nuxt',
items: [
{
text: 'Overview',
link: '/docs/nuxt/overview',
},
{
text: 'Installation',
link: '/docs/nuxt/installation',
},
{
text: 'Generators',
link: '/docs/nuxt/generators',
},
{
text: 'Executors',
link: '/docs/nuxt/executors',
},
],
text: 'Generators',
link: '/docs/svelte/generators',
},
,
],
},
{
text: 'Deprecated projects',
text: 'SvelteKit',
collapsible: true,
collapsed: true,
items: [
{
text: 'Vite',
items: [
{
text: 'Overview',
link: '/docs/vite/overview',
},
{
text: 'Installation',
link: '/docs/vite/installation',
},
{
text: 'Generators',
link: '/docs/vite/generators',
},
{
text: 'Executors',
link: '/docs/vite/executors',
},
],
text: 'Overview',
link: '/docs/sveltekit/overview',
},
{
text: 'Installation',
link: '/docs/sveltekit/installation',
},
{
text: 'Vitest',
items: [
{
text: 'Overview',
link: '/docs/vitest/overview',
},
{
text: 'Installation',
link: '/docs/vitest/installation',
},
{
text: 'Generators',
link: '/docs/vitest/generators',
},
{
text: 'Executors',
link: '/docs/vitest/executors',
},
],
text: 'Generators',
link: '/docs/sveltekit/generators',
},
{
text: 'React',
items: [
{
text: 'Overview',
link: '/docs/react/overview',
},
{
text: 'Installation',
link: '/docs/react/installation',
},
{
text: 'Generators',
link: '/docs/react/generators',
},
],
text: 'Executors',
link: '/docs/sveltekit/executors',
},
],
},
Expand Down
Loading

0 comments on commit a0da255

Please sign in to comment.