From 93bff6260e2b0d075929366b7985d2ae241fce3e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 30 Mar 2026 14:10:13 +0200 Subject: [PATCH] Add project links to User Guide and update SUPPORT.md Fixes #1456 Signed-off-by: Joachim Wiberg --- .github/SUPPORT.md | 6 ++++-- README.md | 4 ++-- doc/index.md | 8 ++++++++ mkdocs.yml | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index f7dd1191..6f57fd45 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -1,8 +1,10 @@ Limited free support is only available using the online resources of the -project on GitHub, and Discord, see : +project on GitHub, and Discord, see : +   :house: — home page, blog, news, howto's and tutorials +   :package: — latest release    :speech_balloon: -   :bug: +   :bug: Support contracts, development of new features, fast-tracking of reviews and contributions, customer branding of Infix, and even customer specific diff --git a/README.md b/README.md index b5298608..3e11dec5 100644 --- a/README.md +++ b/README.md @@ -170,11 +170,11 @@ APIs. [2]: https://www.sysrepo.org/ "Sysrepo Homepage" [3]: https://www.kernelkit.org/infix/latest/cli/introduction/ [4]: https://www.kernelkit.org/infix/ -[5]: https://github.com/kernelkit/infix/releases +[5]: https://github.com/kernelkit/infix/releases/latest [Latest Build]: https://github.com/kernelkit/infix/releases/tag/latest "Latest build" [License]: https://en.wikipedia.org/wiki/GPL_license [License Badge]: https://img.shields.io/badge/License-GPL%20v2-blue.svg -[Release]: https://github.com/kernelkit/infix/releases +[Release]: https://github.com/kernelkit/infix/releases/latest [Release Badge]: https://img.shields.io/github/v/release/kernelkit/infix [GitHub]: https://github.com/kernelkit/infix/actions/workflows/build.yml/ [GitHub Status]: https://github.com/kernelkit/infix/actions/workflows/build.yml/badge.svg diff --git a/doc/index.md b/doc/index.md index 3086f203..19a3aefc 100644 --- a/doc/index.md +++ b/doc/index.md @@ -18,6 +18,14 @@ This document provides an introduction of key concepts, details how the system boots, including failure modes, and provides links to other documents for further study. +## Project Links + +| **Topic** | **URL** | +|---------------------------------------------|------------------------------------------------------| +| :fontawesome-solid-house: Home page & blog | | +| :fontawesome-brands-github: GitHub | | +| :fontawesome-solid-box-open: Latest release | | + ## Command Line Interface The command line interface (CLI, see-ell-i) is the traditional way of diff --git a/mkdocs.yml b/mkdocs.yml index c468c751..bc640dc3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -129,6 +129,9 @@ markdown_extensions: - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.snippets - pymdownx.tabbed: alternate_style: true