Skip to content

Commit

Permalink
docs(fix): fix carpane tags so markdown renders (#2129)
Browse files Browse the repository at this point in the history
This must have changed in Docsy 0.7.1
  • Loading branch information
aimeeu authored Sep 11, 2023
1 parent 5021c59 commit 5bb70d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
18 changes: 10 additions & 8 deletions content/en/plugins/pipelines-as-code/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,29 @@ no_list: true

Pipelines-as-Code is a feature in Armory CD, so you only need to enable the service. For Spinnaker, however, you need to install both the Dinghy service and the Spinnaker plugin.

{{< cardpane >}}
{{< card header="Armory CD<br>Armory Operator" >}}
<!-- https://www.docsy.dev/docs/adding-content/shortcodes/#card-panes -->

{{% cardpane %}}
{{% card header="Armory CD<br>Armory Operator" %}}
Use Kustomize patches to enable the service.

1. Configure the Dinghy service.
1. Enable the Dinghy service.

[Instructions]({{< ref "plugins/pipelines-as-code/install/armory-cd" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Spinnaker Operator" >}}
{{% card header="Spinnaker<br>Spinnaker Operator" %}}
Use Kustomize patches to deploy the service and install the plugin.

1. Configure the Dinghy service.
1. Configure the plugin.
1. Install both at the same time.

[Instructions]({{< ref "plugins/pipelines-as-code/install/spinnaker-operator" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Halyard and kubectl" >}}
{{% card header="Spinnaker<br>Halyard and kubectl" %}}
Use Kubernetes manifests to deploy the service and Spinnaker local config files to install the plugin.

1. Create ServiceAccount, ClusterRole, and ClusterRoleBinding.
Expand All @@ -46,8 +48,8 @@ Use Kubernetes manifests to deploy the service and Spinnaker local config files
1. Install the plugin using `hal deploy apply`.

[Instructions]({{< ref "plugins/pipelines-as-code/install/spinnaker-halyard" >}})
{{< /card >}}
{{< /cardpane >}}
{{% /card %}}
{{% /cardpane %}}

## Compatibility

Expand Down
16 changes: 8 additions & 8 deletions content/en/plugins/terraform/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@ When creating a Terraform Integration stage, pipeline creators select a specific

Terraform Integration is a feature in Armory CD, so you only need to enable the service. For Spinnaker, however, you need to install both the Terraform Integration service and the Spinnaker plugin.

{{< cardpane >}}
{{< card header="Armory CD<br>Armory Operator" >}}
{{% cardpane %}}
{{% card header="Armory CD<br>Armory Operator" %}}

1. Configure Armory CD.
1. Enable Terraform Integration.
1. Apply the updated configuration.

[Instructions]({{< ref "plugins/terraform/install/armory-cd" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Spinnaker Operator" >}}
{{% card header="Spinnaker<br>Spinnaker Operator" %}}
Use Kustomize patches to deploy the service and install the plugin.

1. Configure Spinnaker.
1. Configure the service and plugin.
1. Install both at the same time.

[Instructions]({{< ref "plugins/terraform/install/spinnaker-operator" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Halyard and kubectl" >}}
{{% card header="Spinnaker<br>Halyard and kubectl" %}}
Use Kubernetes manifests to deploy the service and Spinnaker local config files to install the plugin.

1. Configure Spinnaker
Expand All @@ -82,5 +82,5 @@ Use Kubernetes manifests to deploy the service and Spinnaker local config files
1. Install the plugin using `hal deploy apply`.

[Instructions]({{< ref "plugins/terraform/install/spinnaker-halyard" >}})
{{< /card >}}
{{< /cardpane >}}
{{% /card %}}
{{% /cardpane %}}

0 comments on commit 5bb70d0

Please sign in to comment.