From 128d45fde955a871557c4fb82487dc2e9620b354 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 1 Oct 2023 14:46:36 +0200
Subject: [PATCH] docs(hedgedoc): Add documentation link for artifacthub

---
 charts/hedgedoc/Chart.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/charts/hedgedoc/Chart.yaml b/charts/hedgedoc/Chart.yaml
index b565f3c91..420e5f584 100644
--- a/charts/hedgedoc/Chart.yaml
+++ b/charts/hedgedoc/Chart.yaml
@@ -4,6 +4,10 @@ description: |
   A platform to write and share markdown.
   
   (Be aware: This is currently a PoC and not necessarily fit for all use-cases. It is mainly built for use with external PostgresQL databases.)
+annotations:
+  artifacthub.io/links: |
+    - name: documentation
+      url: https://docs.hedgedoc.org/
 home: https://hedgedoc.org
 icon: https://avatars.githubusercontent.com/u/67865462
 type: application
-- 
GitLab