From c22abf9de71a0c3adabe14fadf67c9bf6e4be90a Mon Sep 17 00:00:00 2001 From: MrMCake Date: Wed, 22 Dec 2021 11:05:00 +0100 Subject: [PATCH] Fixed links & added tools badge to main --- README.md | 10 ++++------ docs/wiki/Home.md | 4 ++-- docs/wiki/Utilities.md | 2 +- docs/wiki/_Sidebar.md | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e140551803..6b48f465e0 100644 --- a/README.md +++ b/README.md @@ -111,13 +111,11 @@ This repository includes a collection of advanced and curated Modules consisting | [Virtual WANs](https://github.com/Azure/ResourceModules/tree/main/arm/Microsoft.Network/virtualWans) | [!['Network: VirtualWans'](https://github.com/Azure/ResourceModules/actions/workflows/ms.network.virtualwans.yml/badge.svg)](https://github.com/Azure/ResourceModules/actions/workflows/ms.network.virtualwans.yml) | | [Web/Function Apps](https://github.com/Azure/ResourceModules/tree/main/arm/Microsoft.Web/sites) | [!['Web: Sites'](https://github.com/Azure/ResourceModules/actions/workflows/ms.web.sites.yml/badge.svg)](https://github.com/Azure/ResourceModules/actions/workflows/ms.web.sites.yml) | - +| Name | Status | Docs | +| - | - | - | +| [ConvertTo-ARMTemplate](https://github.com/Azure/ResourceModules/blob/main/utilities/tools/ConvertTo-ARMTemplate.ps1) | [![.Platform: Test - ConvertTo-ARMTemplate.ps1](https://github.com/Azure/ResourceModules/actions/workflows/platform.convertToArmTemplate.tests.yml/badge.svg?branch=main)](https://github.com/Azure/ResourceModules/actions/workflows/platform.convertToArmTemplate.tests.yml) | [link](https://github.com/Azure/ResourceModules/wiki/UtilitiesConversionScript) | ## Contributing diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 9352be2657..f41313eb53 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -20,8 +20,8 @@ If you're unfamiliar with Infrastructure as Code, or wonder how you can use the - [Testing](./Testing) - [Design](./TestingDesign) - [Usage](./TestingUsage) -- [Utilities](./Utilities.md) - - [Bicep to ARM conversion script](./UtilitiesConversionScript.md) +- [Utilities](./Utilities) + - [Bicep to ARM conversion script](./UtilitiesConversionScript) - [Pipelines](./Pipelines) - [Design](./PipelinesDesign) - [Usage](./PipelinesUsage) diff --git a/docs/wiki/Utilities.md b/docs/wiki/Utilities.md index d45216bd56..7e18eaa35a 100644 --- a/docs/wiki/Utilities.md +++ b/docs/wiki/Utilities.md @@ -6,6 +6,6 @@ This section and its sub-sections describe tools and utilities provided in this ### _Navigation_ -- [Bicep to ARM conversion script](./UtilitiesConversionScript.md) +- [Bicep to ARM conversion script](./UtilitiesConversionScript) --- diff --git a/docs/wiki/_Sidebar.md b/docs/wiki/_Sidebar.md index 27e6f89ed6..f75df1972e 100644 --- a/docs/wiki/_Sidebar.md +++ b/docs/wiki/_Sidebar.md @@ -9,7 +9,7 @@ - [Testing](./Testing) - [Design](./TestingDesign) - [Usage](./TestingUsage) -- [Utilities](./Utilities.md) +- [Utilities](./Utilities) - [Pipelines](./Pipelines) - [Design](./PipelinesDesign) - [Usage](./PipelinesUsage)