From a91a391808c2ac9abb673b2e3b9585cb187b552f Mon Sep 17 00:00:00 2001 From: Jay Ravani Date: Fri, 17 Jul 2026 22:53:25 +0200 Subject: [PATCH] docs: update index.md with logo images and CI badges --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 867fc45..8bc64e1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,7 @@ -# ignis +![Ignis logo](assets/logo/ignis-logo-dark.svg#gh-dark-mode-only) +![Ignis logo](assets/logo/ignis-logo-light.svg#gh-light-mode-only) + +[![CI](https://github.com/thd-spatial-ai/ignis/actions/workflows/ci.yml/badge.svg)](https://github.com/thd-spatial-ai/ignis/actions/workflows/ci.yml)   [![MkDocs](https://github.com/thd-spatial-ai/ignis/actions/workflows/docs.yml/badge.svg)](https://thd-spatial-ai.github.io/ignis)   [![GitHub release](https://img.shields.io/github/v/release/thd-spatial-ai/ignis?include_prereleases&label=release&logo=github)](https://github.com/thd-spatial-ai/ignis/releases) Go microservice implementing the ISO 13790 annual heating energy demand calculation pipeline, validated against the [TABULA](https://episcope.eu/building-typology/tabula-webtool/) European building typology database.