diff --git a/docs/source/index.rst b/docs/source/index.rst index f3ecc1d1f..874c36f8a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -36,6 +36,7 @@ Welcome to airshipctl's Documentation! providers/cluster_api_docker providers/cluster_api_openstack providers/cluster_api_gcp + providers/cluster_api_azure .. toctree:: :caption: Airship Project Documentation diff --git a/docs/azure/azure-integration.md b/docs/source/providers/cluster_api_azure.md similarity index 99% rename from docs/azure/azure-integration.md rename to docs/source/providers/cluster_api_azure.md index 67e26f4b2..d77542fe8 100644 --- a/docs/azure/azure-integration.md +++ b/docs/source/providers/cluster_api_azure.md @@ -1,4 +1,4 @@ -# Airship 2.0 Integration with Azure Cloud Platform +# Airshipctl and Azure Cloud Platform Integration This document provides the instructions to setup and execute *airshipctl* commands to deploy a Target cluster in Azure cloud platform. The manifest for the Target cluster deployment can be found at @@ -177,4 +177,4 @@ manifests: tag: "" url: https://opendev.org/airship/treasuremap targetPath: /tmp/default -``` \ No newline at end of file +```