[libadwaita/wip/exalm/urlmap: 3/4] doc: Add glib and friends to urlmap




commit 706196ab9ef502a2fdb9e73315ee84d0961c8e72
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Sep 20 19:55:54 2021 +0500

    doc: Add glib and friends to urlmap
    
    Since they have gi-docgen docs now, we can link to them.

 doc/urlmap.js | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/doc/urlmap.js b/doc/urlmap.js
index 44ac002e..ecf8192d 100644
--- a/doc/urlmap.js
+++ b/doc/urlmap.js
@@ -5,6 +5,9 @@
 
 // A map between namespaces and base URLs for their online documentation
 baseURLs = [
+    [ 'GLib', 'https://docs.gtk.org/glib/' ],
+    [ 'Gio', 'https://docs.gtk.org/gio/' ],
+    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
     [ 'Gdk', 'https://docs.gtk.org/gdk4/' ],
     [ 'Gsk', 'https://docs.gtk.org/gsk4/' ],
     [ 'Gtk', 'https://docs.gtk.org/gtk4/' ],


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