diff --git a/docs/generated/manifests/nx.json b/docs/generated/manifests/nx.json index a277b170a7d87..53f6719004b51 100644 --- a/docs/generated/manifests/nx.json +++ b/docs/generated/manifests/nx.json @@ -443,12 +443,12 @@ "name": "Powerpack Features", "description": "Nx Powerpack is a suite of paid extensions for the Nx CLI specifically designed for enterprises.", "mediaImage": "", - "file": "", + "file": "shared/features/powerpack/index", "itemList": [ { "id": "conformance", "name": "Run Language-Agnostic Conformance Rules", - "description": "Conformance", + "description": "Write and apply rules for your Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/conformance", "itemList": [], @@ -459,7 +459,7 @@ { "id": "owners", "name": "Define Code Ownership at the Project Level", - "description": "Owners", + "description": "Configure and maintain code owners for projects in an Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/owners", "itemList": [], @@ -470,7 +470,7 @@ { "id": "custom-caching", "name": "Self-Host the Remote Cache", - "description": "Custom Caching", + "description": "Host the remote cache without using Nx Cloud", "mediaImage": "", "file": "shared/features/powerpack/custom-caching", "itemList": [], @@ -648,12 +648,12 @@ "name": "Powerpack Features", "description": "Nx Powerpack is a suite of paid extensions for the Nx CLI specifically designed for enterprises.", "mediaImage": "", - "file": "", + "file": "shared/features/powerpack/index", "itemList": [ { "id": "conformance", "name": "Run Language-Agnostic Conformance Rules", - "description": "Conformance", + "description": "Write and apply rules for your Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/conformance", "itemList": [], @@ -664,7 +664,7 @@ { "id": "owners", "name": "Define Code Ownership at the Project Level", - "description": "Owners", + "description": "Configure and maintain code owners for projects in an Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/owners", "itemList": [], @@ -675,7 +675,7 @@ { "id": "custom-caching", "name": "Self-Host the Remote Cache", - "description": "Custom Caching", + "description": "Host the remote cache without using Nx Cloud", "mediaImage": "", "file": "shared/features/powerpack/custom-caching", "itemList": [], @@ -691,7 +691,7 @@ "/features/powerpack/conformance": { "id": "conformance", "name": "Run Language-Agnostic Conformance Rules", - "description": "Conformance", + "description": "Write and apply rules for your Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/conformance", "itemList": [], @@ -702,7 +702,7 @@ "/features/powerpack/owners": { "id": "owners", "name": "Define Code Ownership at the Project Level", - "description": "Owners", + "description": "Configure and maintain code owners for projects in an Nx workspace", "mediaImage": "", "file": "shared/features/powerpack/owners", "itemList": [], @@ -713,7 +713,7 @@ "/features/powerpack/custom-caching": { "id": "custom-caching", "name": "Self-Host the Remote Cache", - "description": "Custom Caching", + "description": "Host the remote cache without using Nx Cloud", "mediaImage": "", "file": "shared/features/powerpack/custom-caching", "itemList": [], diff --git a/docs/generated/manifests/tags.json b/docs/generated/manifests/tags.json index cd7abecdb7ed0..ccae057eed622 100644 --- a/docs/generated/manifests/tags.json +++ b/docs/generated/manifests/tags.json @@ -577,7 +577,7 @@ ], "conformance": [ { - "description": "Conformance", + "description": "Write and apply rules for your Nx workspace", "file": "shared/features/powerpack/conformance", "id": "conformance", "name": "Run Language-Agnostic Conformance Rules", @@ -586,7 +586,7 @@ ], "owners": [ { - "description": "Owners", + "description": "Configure and maintain code owners for projects in an Nx workspace", "file": "shared/features/powerpack/owners", "id": "owners", "name": "Define Code Ownership at the Project Level", @@ -595,7 +595,7 @@ ], "custom-caching": [ { - "description": "Custom Caching", + "description": "Host the remote cache without using Nx Cloud", "file": "shared/features/powerpack/custom-caching", "id": "custom-caching", "name": "Self-Host the Remote Cache", diff --git a/docs/map.json b/docs/map.json index 98f37762c162f..d720d35c67ea5 100644 --- a/docs/map.json +++ b/docs/map.json @@ -135,24 +135,25 @@ "name": "Powerpack Features", "id": "powerpack", "description": "Nx Powerpack is a suite of paid extensions for the Nx CLI specifically designed for enterprises.", + "file": "shared/features/powerpack/index", "itemList": [ { "name": "Run Language-Agnostic Conformance Rules", - "description": "Conformance", + "description": "Write and apply rules for your Nx workspace", "id": "conformance", "tags": ["conformance"], "file": "shared/features/powerpack/conformance" }, { "name": "Define Code Ownership at the Project Level", - "description": "Owners", + "description": "Configure and maintain code owners for projects in an Nx workspace", "id": "owners", "tags": ["owners"], "file": "shared/features/powerpack/owners" }, { "name": "Self-Host the Remote Cache", - "description": "Custom Caching", + "description": "Host the remote cache without using Nx Cloud", "id": "custom-caching", "tags": ["custom-caching"], "file": "shared/features/powerpack/custom-caching" diff --git a/docs/shared/features/powerpack/index.md b/docs/shared/features/powerpack/index.md new file mode 100644 index 0000000000000..8b066fe01f113 --- /dev/null +++ b/docs/shared/features/powerpack/index.md @@ -0,0 +1,13 @@ +# Powerpack Features + +Nx PowerPack is a suite of paid extensions for the Nx CLI specifically designed for enterprises. + +The following features are available after you [activate a Powerpack license](/recipes/installation/activate-powerpack): + +{% cards cols="2" lgCols="3" mdCols="3" smCols="2" %} + + {% link-card title="Conformance" type="Powerpack Feature" url="/features/powerpack/conformance" icon="CheckBadgeIcon" /%} + {% link-card title="Owners" type="Powerpack Feature" url="/features/powerpack/owners" icon="UserGroupIcon" /%} + {% link-card title="Self-Hosted Remote Cache" type="Powerpack Feature" url="/features/powerpack/custom-caching" icon="AwsIcon" /%} + +{% /cards %}