diff --git a/apps/docs-site/src/content/docs/reference/compatibility.mdx b/apps/docs-site/src/content/docs/reference/compatibility.mdx new file mode 100644 index 0000000..d76ace7 --- /dev/null +++ b/apps/docs-site/src/content/docs/reference/compatibility.mdx @@ -0,0 +1,21 @@ +--- +title: Compatibility +--- + +import { Code } from '@astrojs/starlight/components'; +export const output = `{ + '@nx/devkit': '>= 16 < 19', + '@phenomnomnominal/tsquery': '5.0.1', + 'sonarqube-scanner': '3.1.0', + nx: '>= 16 < 20', + tslib: '>= 2.3.0 < 3 +}`; + +For compatibilities with Nx versions, you can check the [Releases](https://github.com/koliveira15/nx-sonarqube/releases) +page in GitHub or run the following command where `x.x.x` is the semver version of the package: + +```shell +npm info @koliveira15/nx-sonarqube@x.x.x peerDependencies +``` + + diff --git a/packages/nx-sonarqube/README.md b/packages/nx-sonarqube/README.md index 781b4f0..9567c07 100644 --- a/packages/nx-sonarqube/README.md +++ b/packages/nx-sonarqube/README.md @@ -1,5 +1,3 @@ # @koliveira15/nx-sonarqube -![logo](https://i.ibb.co/R0bzqtP/nx-sonarqube.png) - -[See Documentation](https://github.com/koliveira15/nx-sonarqube) +[Documentation](https://nx-sonarqube.dev/)