summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-06 15:26:34 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commitd8b5bba8a80595b0a46dc00127c4a095026feab9 (patch)
tree91c67b93729891ea61019d52cc9ee481dc6a2463
parent498bf5b31543c9be9feedc7740e854590e4da2df (diff)
downloadlibproxy-git-d8b5bba8a80595b0a46dc00127c4a095026feab9.tar.gz
Add dependencies to documentation (#67)
-rw-r--r--docs/px.toml.in31
1 files changed, 30 insertions, 1 deletions
diff --git a/docs/px.toml.in b/docs/px.toml.in
index 356bedf..71c88f8 100644
--- a/docs/px.toml.in
+++ b/docs/px.toml.in
@@ -8,17 +8,46 @@ repository_url = "https://github.com/janbrummer/libproxy2"
website_url = "https://janbrummer.github.io/libproxy2/"
logo_url = "libproxy.svg"
dependencies = [
+ "GObject-2.0",
"Gio-2.0",
+ "GLib-2.0",
+ "Peas-1.0",
+ "Soup-3.0",
+ "curl-1.0",
]
devhelp = true
search_index = true
+[dependencies."GObject-2.0"]
+name = "GObject"
+description = "The base type system library"
+docs_url = "https://developer.gnome.org/gobject/stable"
[dependencies."Gio-2.0"]
name = "Gio"
-description = "The base type system library"
+description = "Gio is a library providing useful classes for general purpose I/O, networking, IPC, settings, and other high level application functionality"
docs_url = "https://developer.gnome.org/gio/stable"
+[dependencies."GLib-2.0"]
+name = "GLib"
+description = "The base utility library"
+docs_url = "https://developer.gnome.org/glib/stable"
+
+[dependencies."Peas-1.0"]
+name = "Peas"
+description = "GObject-based plugins engine"
+docs_url = "https://gnome.pages.gitlab.gnome.org/libpeas/libpeas-1.0/"
+
+[dependencies."Soup-3.0"]
+name = "Soup"
+description = "HTTP client/server library for GNOME"
+docs_url = "https://libsoup.org/libsoup-3.0/index.html"
+
+[dependencies."curl-1.0"]
+name = "cURL"
+description = "Library for transferring data"
+docs_url = "https://github.com/curl/curl"
+
[theme]
name = "basic"
show_index_summary = false