Skip to content

Commit

Permalink
docs: update docs (#393)
Browse files Browse the repository at this point in the history
* docs: update docs

* build: work in progress

* build: work in progress

---------

Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Nov 3, 2023
1 parent c4e01b6 commit db0594c
Show file tree
Hide file tree
Showing 16 changed files with 204 additions and 414 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Welcome to the Documentation & Resources for JNxPlus projects :

- `@jnxplus/nx-boot-gradle`
to add Spring Boot and Gradle multi-project builds capabilities to a Nx workspace.
- `@jnxplus/nx-gradle`
to add Gradle multi-project builds capabilities to a Nx workspace.

- `@jnxplus/nx-boot-maven`
to add Spring Boot and Maven multi-module capabilities to a Nx workspace.
- `@jnxplus/nx-maven`
to add Maven multi-module capabilities to a Nx workspace.
26 changes: 14 additions & 12 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
- [**JNxPlus**](/)

- [**@jnxplus/nx-boot-gradle**](nx-boot-gradle/1-getting-started)
- [Getting started](nx-boot-gradle/1-getting-started)
- [Generators](nx-boot-gradle/2-generators)
- [Executors](nx-boot-gradle/3-executors)
- [Project graph](nx-boot-gradle/4-dep-graph)
- [Upgrading](nx-boot-gradle/5-upgrading)
- [**@jnxplus/nx-boot-maven**](nx-boot-maven/1-getting-started)
- [Getting started](nx-boot-maven/1-getting-started)
- [Generators](nx-boot-maven/2-generators)
- [Executors](nx-boot-maven/3-executors)
- [Project graph](nx-boot-maven/4-dep-graph)
- [Upgrading](nx-boot-maven/5-upgrading)
- [**@jnxplus/nx-gradle**](nx-gradle/1-getting-started)
- [Getting started](nx-gradle/1-getting-started)
- [Generators](nx-gradle/2-generators)
- [Environment Variables](nx-gradle/3-environment-variables)
- [Executors](nx-gradle/3-executors)
- [Project graph](nx-gradle/4-dep-graph)
- [Upgrading](nx-gradle/5-upgrading)
- [**@jnxplus/nx-maven**](nx-maven/1-getting-started)
- [Getting started](nx-maven/1-getting-started)
- [Generators](nx-maven/2-generators)
- [Environment Variables](nx-maven/3-environment-variables))
- [Executors](nx-maven/3-executors)
- [Project graph](nx-maven/4-dep-graph)
- [Upgrading](nx-maven/5-upgrading)
- [**Gradle plugin**](gradle-plugin)
156 changes: 0 additions & 156 deletions docs/nx-boot-gradle/3-executors.md

This file was deleted.

174 changes: 0 additions & 174 deletions docs/nx-boot-maven/3-executors.md

This file was deleted.

Loading

0 comments on commit db0594c

Please sign in to comment.