From 9d6659af47de2107093e3340d366adac6e72b2df Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 17 Dec 2024 16:24:31 +0100
Subject: [PATCH] Add basic packaging page (#433)

---
 docs/contributing/packaging.md | 17 +++++++++++++++++
 mkdocs.yml                     |  1 +
 2 files changed, 18 insertions(+)
 create mode 100644 docs/contributing/packaging.md

diff --git a/docs/contributing/packaging.md b/docs/contributing/packaging.md
new file mode 100644
index 00000000..ab968375
--- /dev/null
+++ b/docs/contributing/packaging.md
@@ -0,0 +1,17 @@
+# Packaging
+
+Silkaj is packaged in official Debian repositories. Packaging details can be found in [its repository on Debian forge](https://salsa.debian.org/cryptocoin-team/silkaj).
+
+## Dependencies
+
+DuniterPy might be the only dependency not already into distributions.
+
+## Manual pages
+
+To generate manual pages: #179
+
+- [`click-man`](https://github.com/click-contrib/click-man#debian-packages)
+
+## Shell completion
+
+Shell completion might be set-up as described in the [installation documentation](../install.md/#shell-completion).
diff --git a/mkdocs.yml b/mkdocs.yml
index 6d59141a..bdcdc07d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -62,6 +62,7 @@ nav:
     - Documentation: contributing/documentation.md
     - Testing: contributing/testing.md
     - Coverage report: coverage.md
+    - contributing/packaging.md
 
 extra:
   version:
-- 
GitLab