Skip to content

Commit d4b0c2c

Browse files
committed
update product table
1 parent e70716b commit d4b0c2c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_includes/v1/components/product-table.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,21 @@
3636
{% include v1/components/product-table-row.html feature="Encryption" oss=oss ops=ops href="/features/encryption" %}
3737
{% include v1/components/product-table-row.html feature="Run Anywhere" oss=oss ops=ops href="/features/run-anywhere" %}
3838
{% include v1/components/product-table-row.html feature="Multiple Environments" oss=oss ops=ops href="/features/multiple-environments" %}
39-
{% include v1/components/product-table-row.html feature="Precommit" oss=oss ops=ops href="/features/precommit" %}
40-
{% include v1/components/product-table-row.html feature="Prebuild" oss=oss ops=ops href="/features/prebuild" %}
39+
{% include v1/components/product-table-row.html feature="Precommit / Prebuild" oss=oss ops=ops href="/features/precommit" %}
4140
{% include v1/components/product-table-row.html feature="Variable expansion" oss=oss ops=ops href="/features/variable-expansion" %}
4241
{% include v1/components/product-table-row.html feature="Command substitution" oss=oss ops=ops href="/features/command-substitution" %}
4342

4443
{% capture oss %}
4544
{% include v1/icons/dash-circle.html classes="text-red-600 dark:text-red-400 h-4 w-4" %}
4645
{% endcapture %}
4746

48-
{% include v1/components/product-table-row.html feature="Observability" oss=oss ops=ops %}
49-
{% include v1/components/product-table-row.html feature="Sync" oss=oss ops=ops %}
50-
{% include v1/components/product-table-row.html feature="Backups" oss=oss ops=ops %}
51-
{% include v1/components/product-table-row.html feature="Versioning" oss=oss ops=ops %}
47+
{% include v1/components/product-table-row.html feature="Syncing" oss=oss ops=ops href="/ops" %}
48+
{% include v1/components/product-table-row.html feature="Access Controls" oss=oss ops=ops href="/ops" %}
49+
{% include v1/components/product-table-row.html feature="Observability" oss=oss ops=ops href="/ops" %}
50+
{% include v1/components/product-table-row.html feature="Versioning" oss=oss ops=ops href="/ops" %}
51+
{% include v1/components/product-table-row.html feature="Automation" oss=oss ops=ops href="/ops" %}
52+
{% include v1/components/product-table-row.html feature="Compliance" oss=oss ops=ops href="/ops" %}
53+
<!--{% include v1/components/product-table-row.html feature="Backups" oss=oss ops=ops %}-->
5254
<!--{% include v1/components/product-table-row.html feature="Anomaly Detection" oss=oss ops=ops %}-->
5355
<!--{% include v1/components/product-table-row.html feature="Attack Mitigation" oss=oss ops=ops %}-->
5456
{% include v1/components/product-table-row.html feature="Support" oss="None" ops="Email" %}

0 commit comments

Comments
 (0)