Skip to content

Commit

Permalink
docs(core): better looking powerpack features category page
Browse files Browse the repository at this point in the history
(cherry picked from commit fb92b68)
  • Loading branch information
isaacplmann authored and FrozenPandaz committed Sep 27, 2024
1 parent 0c5921e commit eb65611
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 17 deletions.
22 changes: 11 additions & 11 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand All @@ -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": [],
Expand All @@ -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": [],
Expand Down Expand Up @@ -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": [],
Expand All @@ -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": [],
Expand All @@ -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": [],
Expand All @@ -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": [],
Expand All @@ -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": [],
Expand All @@ -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": [],
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/manifests/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 13 additions & 0 deletions docs/shared/features/powerpack/index.md
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit eb65611

Please sign in to comment.