summaryrefslogtreecommitdiff
path: root/docs/reference/urlmap.js
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-07-14 18:27:50 +0200
committerMaximiliano Sandoval R <msandova@gnome.org>2022-12-14 21:02:14 +0100
commit569d82feb50b012ef1930149cd6ef6668811df08 (patch)
tree49d3abd05f1f8fe66c36893ff34a44f6e8f89558 /docs/reference/urlmap.js
parent54d153efb64b8cb97e8306bcf5a2299fb5bed5b5 (diff)
downloadlibnotify-569d82feb50b012ef1930149cd6ef6668811df08.tar.gz
docs: Port to gi-docgen
Fixes: https://gitlab.gnome.org/GNOME/libnotify/-/issues/26
Diffstat (limited to 'docs/reference/urlmap.js')
-rw-r--r--docs/reference/urlmap.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/urlmap.js b/docs/reference/urlmap.js
new file mode 100644
index 0000000..ffdc69b
--- /dev/null
+++ b/docs/reference/urlmap.js
@@ -0,0 +1,7 @@
+// A map between namespaces and base URLs for their online documentation
+baseURLs = [
+ [ 'GLib', 'https://docs.gtk.org/glib/' ],
+ [ 'GObject', 'https://docs.gtk.org/gobject/' ],
+ [ 'Gio', 'https://docs.gtk.org/gio/' ],
+ ["GdkPixbuf", "https://docs.gtk.org/gdk-pixbuf/"],
+]