From 64bbbc871270ddd1e1738ade4c419c43f12abbd9 Mon Sep 17 00:00:00 2001 From: emilcode Date: Tue, 2 Sep 2025 17:20:15 +0000 Subject: [PATCH] [added] link/badge to github pages to access documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3f6ebc..5ce50ca 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Build Devcontainer Image](https://github.com/emilcode-dev/embedded-lib/actions/workflows/devcontainer.yml/badge.svg)](https://github.com/emilcode-dev/embedded-lib/actions/workflows/devcontainer.yml) [![Build and Deploy Docs](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-and-publish-doc.yml/badge.svg)](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-and-publish-doc.yml) +[![Docs](https://img.shields.io/badge/docs-online-brightgreen)](https://emilcode-dev.github.io/embedded-lib/) + EmbeddedLib is a modular C/C++ library designed for embedded software projects. It provides reusable components, build/test automation with CMake, and packaging via Conan. The repository supports both development and production builds, integrates with JFrog Artifactory for package management, and includes documentation generation tools. This project aims to streamline embedded development workflows and promote code reuse across projects. ### Developer guide