fix links

This commit is contained in:
davidmyriel
2024-11-19 17:56:47 -08:00
parent 5b4c3890d2
commit 4852ae91e5
6 changed files with 16 additions and 16 deletions
@@ -0,0 +1,13 @@
---
title: Infrastructure Tools
weight: 28
partition: cloud
---
## Cloud Tools
| Integration | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------------- |
| [Pulumi](/documentation/cloud-tools/pulumi/) | Infrastructure as code tool for creating, deploying, and managing cloud infrastructure |
| [Terraform](/documentation/cloud-tools/terraform/) | infrastructure as code tool to define resources in human-readable configuration files. |
@@ -1,6 +1,6 @@
--- ---
#Delimiter files are used to separate the list of documentation pages into sections. #Delimiter files are used to separate the list of documentation pages into sections.
title: "Interfaces" title: "Interfaces & Tools"
type: delimiter type: delimiter
weight: 25 # Change this weight to change order of sections weight: 25 # Change this weight to change order of sections
sitemapExclude: True sitemapExclude: True
@@ -1,11 +0,0 @@
---
#Delimiter files are used to separate the list of documentation pages into sections.
title: "Tools"
type: delimiter
weight: 28 # Change this weight to change order of sections
sitemapExclude: True
_build:
publishResources: false
render: never
partition: cloud
---
@@ -1,13 +1,11 @@
--- ---
title: Infrastructure title: Infrastructure
weight: 29 weight: 21
partition: cloud partition: build
--- ---
## Infrastructure Integrations ## Infrastructure Integrations
| Integration | Description | | Integration | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------------- | | ----------------------------------- | ------------------------------------------------------------------------------------------- |
| [Pulumi](/documentation/infrastructure/pulumi/) | Infrastructure as code tool for creating, deploying, and managing cloud infrastructure |
| [Terraform](/documentation/infrastructure/terraform/) | infrastructure as code tool to define resources in human-readable configuration files. |
| [Testcontainers](/documentation/infrastructure/testcontainers/) | Open source framework for providing throwaway, lightweight instances of systems for testing | | [Testcontainers](/documentation/infrastructure/testcontainers/) | Open source framework for providing throwaway, lightweight instances of systems for testing |