Skip to content

Commit

Permalink
docs: Update README to enhance badge visibility and remove outdated p…
Browse files Browse the repository at this point in the history
…ackage table
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent fea57fc commit 9b83c14
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Azure Liquid

[![Unit Tests](https://github.com/lekman/AzureLiquid/actions/workflows/ci_unit_tests.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/ci_unit_tests.yml)
[![NuGet](https://img.shields.io/nuget/v/AzureLiquid.svg)](https://www.nuget.org/packages/AzureLiquid)
[![Code Scanning](https://github.com/lekman/AzureLiquid/actions/workflows/codeql.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/codeql.yml)
[![Qodana](https://github.com/lekman/AzureLiquid/actions/workflows/qodana_code_quality.yml/badge.svg)](https://github.com/lekman/AzureLiquid/actions/workflows/qodana_code_quality.yml)
[![Coverage](https://codecov.io/gh/lekman/AzureLiquid/branch/main/graph/badge.svg?token=6449B7XRCS)](https://codecov.io/gh/lekman/AzureLiquid)

## Packages

| Package | Latest Version |
| ------- | -------------- |
| AzureLiquid | [![NuGet](https://img.shields.io/nuget/v/AzureLiquid.svg)](https://www.nuget.org/packages/AzureLiquid) |
| AzureLiquid.Preview | [![NuGet](https://img.shields.io/nuget/v/AzureLiquid.Preview.svg)](https://www.nuget.org/packages/AzureLiquid.Preview) |

## Overview

Allows programmatic parsing, unit testing and live preview of Liquid templates, specifically designed for the Azure cloud services.

The project was primarily built to aid in developing and testing Liquid template parsing solutions for Microsoft Azure cloud services.
Expand Down

0 comments on commit 9b83c14

Please sign in to comment.