From 6d857e82c3fd9675c861191b04f1e5a27f1099a3 Mon Sep 17 00:00:00 2001 From: Mario Alberto Arce Date: Wed, 22 Jul 2026 21:14:09 -0600 Subject: [PATCH] docs(readme): add official website links across repository and package documentation - Add website badge and direct website reference in the main project README - Add website contact entry in the support section - Add website reference to the Axlis.ORM package README --- README.md | 4 ++++ src/Axlis.ORM/README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 9953482..cc23fbd 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@ [![CI](https://github.com/marioarce/Axlis/actions/workflows/ci.yml/badge.svg)](https://github.com/marioarce/Axlis/actions/workflows/ci.yml) [![NuGet](https://img.shields.io/nuget/v/Axlis.ORM?label=Axlis.ORM)](https://www.nuget.org/packages/Axlis.ORM) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![Website](https://img.shields.io/badge/website-axlis.dev-blue)](https://axlis.dev/) **Axlis** is a Sitecore ecosystem for .NET 8 — a collection of enterprise-grade libraries and tools for Sitecore development. +**Website:** [axlis.dev](https://axlis.dev/) + --- ## Ecosystem Components @@ -61,6 +64,7 @@ See **[Axlis.CleanArchitecture.Sample](https://github.com/marioarce/Axlis.CleanA ## Support +- **Website** — [axlis.dev](https://axlis.dev/) - **GitHub Discussions** — Use for questions, ideas, and community discussions - **GitHub Issues** — Use for bug reports and feature requests diff --git a/src/Axlis.ORM/README.md b/src/Axlis.ORM/README.md index 2169cbc..cfc8fc1 100644 --- a/src/Axlis.ORM/README.md +++ b/src/Axlis.ORM/README.md @@ -6,6 +6,8 @@ The Sitecore Headless GraphQL ORM for .NET 8 — a strongly-typed, Synthesis-sty > Part of the [PowerCSharp](https://github.com/marioarce/PowerCSharp) ecosystem. Integrates with `PowerCSharp.Feature.Cache` for stampede-safe item caching. +**Website:** [axlis.dev](https://axlis.dev/) + --- ## Package Family