[gtk/docs-gtk-org] Configure docs site



commit 1eba8d9836c3fe229bd2b8867b3329066987524a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Nov 12 23:11:00 2021 +0000

    Configure docs site
    
    Adding the `docs_url` key in the project configuration lets gi-docgen
    generate an opensearch.xml file:
    
    https://developer.mozilla.org/en-US/docs/Web/OpenSearch

 atk/atk/atk.toml.in          | 1 +
 atk/atspi2/atspi2.toml.in    | 1 +
 glib/gio/gio.toml.in         | 1 +
 glib/glib/glib.toml.in       | 1 +
 glib/gmodule/gmodule.toml.in | 1 +
 glib/gobject/gobject.toml.in | 1 +
 gtk3/gdk/gdk3.toml.in        | 1 +
 gtk3/gtk/gtk3.toml.in        | 1 +
 8 files changed, 8 insertions(+)
---
diff --git a/atk/atk/atk.toml.in b/atk/atk/atk.toml.in
index 47bfc0a334..d2f22eb01b 100644
--- a/atk/atk/atk.toml.in
+++ b/atk/atk/atk.toml.in
@@ -3,6 +3,7 @@ version = "2.37"
 browse_url = "https://gitlab.gnome.org/GNOME/atk/";
 repository_url = "https://gitlab.gnome.org/GNOME/atk.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/atk/";
 authors = "GTK Development Team"
 license = "LGPL-2.1-or-later"
 description = "The Accessibility toolkit"
diff --git a/atk/atspi2/atspi2.toml.in b/atk/atspi2/atspi2.toml.in
index e8163692b4..2d9b6d689b 100644
--- a/atk/atspi2/atspi2.toml.in
+++ b/atk/atspi2/atspi2.toml.in
@@ -3,6 +3,7 @@ version = "2.40"
 browse_url = "https://gitlab.gnome.org/GNOME/at-spi2-core/";
 repository_url = "https://gitlab.gnome.org/GNOME/at-spi2-core.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/atspi2/";
 authors = "The AT-SPI2 maintainers"
 license = "LGPL-2.1-or-later"
 description = "The Assistive Technology Service Provider Interface, version 2"
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index 02d4d4b9a9..874a70979f 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -4,6 +4,7 @@ version = "2.70"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
+docs_urls = "https://docs.gtk.org/gio/";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "Gio is a library providing useful classes for general purpose I/O, networking, IPC, settings, 
and other high level application functionality"
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index 00dbf27e9a..27730e6bbb 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -4,6 +4,7 @@ version = "2.70"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/glib/";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "GLib is a general-purpose, portable utility library, which provides many useful data types, 
macros, type conversions, string utilities, file utilities, a mainloop abstraction, and so on."
diff --git a/glib/gmodule/gmodule.toml.in b/glib/gmodule/gmodule.toml.in
index 9e310ba895..d2ed020539 100644
--- a/glib/gmodule/gmodule.toml.in
+++ b/glib/gmodule/gmodule.toml.in
@@ -4,6 +4,7 @@ version = "2.68"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/gmodule/";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "Portable API for dynamically loading modules"
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index 219d3a3853..86a6d559a6 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -4,6 +4,7 @@ version = "2.70"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/gobject/";
 authors = "GTK Development Team"
 license = "GPL-2.1-or-later"
 description = "The base type system and object class"
diff --git a/gtk3/gdk/gdk3.toml.in b/gtk3/gdk/gdk3.toml.in
index 134f7e92ad..38f05f50ec 100644
--- a/gtk3/gdk/gdk3.toml.in
+++ b/gtk3/gdk/gdk3.toml.in
@@ -3,6 +3,7 @@ version = "3.24"
 browse_url = "https://gitlab.gnome.org/GNOME/gtk/";
 repository_url = "https://gitlab.gnome.org/GNOME/gtk.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/gdk3/";
 authors = "GTK Development Team"
 logo_url = "gtk-logo.svg"
 license = "LGPL-2.1-or-later"
diff --git a/gtk3/gtk/gtk3.toml.in b/gtk3/gtk/gtk3.toml.in
index 539d970035..c74f912db1 100644
--- a/gtk3/gtk/gtk3.toml.in
+++ b/gtk3/gtk/gtk3.toml.in
@@ -3,6 +3,7 @@ version = "3.24"
 browse_url = "https://gitlab.gnome.org/GNOME/gtk/";
 repository_url = "https://gitlab.gnome.org/GNOME/gtk.git";
 website_url = "https://www.gtk.org";
+docs_url = "https://docs.gtk.org/gtk3/";
 authors = "GTK Development Team"
 logo_url = "gtk-logo.svg"
 license = "LGPL-2.1-or-later"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]