Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions 301redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -5495,6 +5495,18 @@
"destination": "/docs/products/console/api-console/advanced-section/",
"addedOn": "2025-11-26"
},
"/docs/products/console/project-configuration/infrastructure-project": {
"destination": "/docs/products/console/project-configuration",
"addedOn": "2026-08-06"
},
"/docs/products/console/tutorials/infrastructure-project/create-project-configuration": {
"destination": "/docs/products/console/project-configuration",
"addedOn": "2026-08-06"
},
"/docs/products/console/tutorials/infrastructure-project/visualize-infrastructure-project-components-runtime-data-in-console": {
"destination": "/docs/runtime-components/plugins/integration-connector-agent/10_overview",
"addedOn": "2026-08-06"
},
"/docs/products/fast_data/fast_data_engine_v2/(.*)": {
"destination": "/docs/products/fast_data_v2/$1",
"addedOn": "2026-01-07"
Expand Down
6 changes: 1 addition & 5 deletions docs/getting-started/faqs/mia-platform-console-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ In the top-right corner of the Design area, click on the branch/revision name to
From the branch/revision management popover in the Design area, you can select "Merge from another branch". This will open a diff editor where you can compare the configurations of the source and target branches/revisions side-by-side. You can review all changes, resolve conflicts by editing the configuration directly, and then confirm the merge. The merged configuration must then be saved.
[Discover more](/products/console/api-console/api-design/merge_collaboration.md)

#### What are Infrastructure Projects?
Infrastructure Projects are a specialized project type designed for Operations teams and **platform engineers** to manage infrastructure using **Infrastructure as Code** (IaC) principles. Instead of managing applications, these projects manage infrastructure components like cloud resources (e.g., using **Terraform**) or Kubernetes operators. They support a two-phase deployment process (`plan` and `apply`) to ensure changes are reviewed before execution, providing better control over infrastructure provisioning.
[Discover more](/products/console/project-configuration/infrastructure-project.md)

#### How can I delete a Project?
You can delete a Project from the **Project Settings -> Advanced** tab. Clicking the "Delete Project" button will open a confirmation modal where you must type the project's name to confirm. This action is irreversible and will remove the project from the Console, with options to also delete associated namespaces and archive the Git repository.
[Discover more](/products/console/project-configuration/delete-a-project.md)
Expand Down Expand Up @@ -221,7 +217,7 @@ Yes. You can configure a **Jenkins** instance as a **CI/CD Tool Provider** at th
[Discover more](/products/console/deploy/pipeline-based/configure-jenkins.md)

#### How does the Console support different cloud providers like AWS, GCP, and Azure?
Mia-Platform Console is cloud-agnostic. It interacts with any CNCF-compliant Kubernetes cluster, regardless of the underlying provider (**aws cloud computing**, **google cloud run**, etc.). You can connect clusters from GKE, EKS, or AKS. For other integrations, it supports specific providers like **aws secrets manager** or **azure key vault**. Features like **Infrastructure Projects** can manage cloud-specific resources like **aws s3** buckets or **aws fargate** services using **Terraform**.
Mia-Platform Console is cloud-agnostic. It interacts with any CNCF-compliant Kubernetes cluster, regardless of the underlying provider (**aws cloud computing**, **google cloud run**, etc.). You can connect clusters from GKE, EKS, or AKS. For other integrations, it supports specific providers like **aws secrets manager** or **azure key vault**. Cloud-specific resources like **aws s3** buckets or **aws fargate** services can be described as [Infrastructure Resources](/products/console/software-catalog/items-manifest/infrastructure-resource.md) in the Software Catalog and managed with **Terraform**.
[Discover more](/products/console/company-configuration/clusters-management/overview.md)

#### What are Webhooks and how can I use them?
Expand Down
33 changes: 0 additions & 33 deletions docs/getting-started/use-cases/ai-agent-lifecycle.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/getting-started/use-cases/application-development.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/getting-started/use-cases/cloud-operations.md

This file was deleted.

Loading