From 3e233cbb9859defac6ff2d34c28f9c974fda020b Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 26 Apr 2018 12:02:05 +0200
Subject: [PATCH] Fix #180: Added a documentation area for third-party projects

---
 changes/changelog.d/180.doc |  1 +
 docs/index.rst              |  1 +
 docs/third-party.rst        | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 changes/changelog.d/180.doc
 create mode 100644 docs/third-party.rst

diff --git a/changes/changelog.d/180.doc b/changes/changelog.d/180.doc
new file mode 100644
index 000000000..ee79f3e3f
--- /dev/null
+++ b/changes/changelog.d/180.doc
@@ -0,0 +1 @@
+Added a documentation area for third-party projects (#180)
diff --git a/docs/index.rst b/docs/index.rst
index 82dcf8c88..a48b8353c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -17,6 +17,7 @@ Funkwhale is a self-hosted, modern free and open-source music server, heavily in
    importing-music
    federation
    upgrading
+   third-party
    changelog
 
 Indices and tables
diff --git a/docs/third-party.rst b/docs/third-party.rst
new file mode 100644
index 000000000..0335f8c71
--- /dev/null
+++ b/docs/third-party.rst
@@ -0,0 +1,17 @@
+Third party projects
+====================
+
+This page lists all known projects that are maintained by third-parties
+and integrate or relates to Funkwhale.
+
+.. note::
+
+    If you want your project to be added or removed from this page,
+    please open an issue on our issue tracker.
+
+
+API Clients
+-----------
+
+- `libfunkwhale <https://github.com/BaptisteGelez/libfunkwhale>`_: a Funkwhale API written in Vala
+- `Funkwhale-javalib <https://github.com/PhieF/FunkWhale-javalib>`_: a Funkwhale API client written in Java
-- 
GitLab