From e45c6d84a57b5963424423e9304a3ec332a74671 Mon Sep 17 00:00:00 2001
From: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
Date: Wed, 16 Jun 2021 20:39:29 +0530
Subject: [PATCH] Update api-and-services page about package indices

Add a link to the dashboard sub-section where we generate and store the
Apertis package indices, per release, in TSV format

Signed-off-by: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
---
 content/architecture/apis-and-services.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/architecture/apis-and-services.md b/content/architecture/apis-and-services.md
index 0073eb60a..b33474289 100644
--- a/content/architecture/apis-and-services.md
+++ b/content/architecture/apis-and-services.md
@@ -140,6 +140,11 @@ system to provide the basic UI even if there are no user focused applications:
 - [systemd](https://www.freedesktop.org/wiki/Software/systemd/): Service manager
 - [OSTree](http://ostree.readthedocs.io/): Atomic software updates
 
+## Full package index
+
+[source package indices](https://infrastructure.pages.apertis.org/dashboard/tsv/index.html):
+Full package list in TSV format, categorized under different repository components, per platform release
+
 # UI Framework
 
 ## Provides
-- 
GitLab