[libadwaita/wip/exalm/urlmap: 2/5] doc: Drop modules we're not likely to use from urlmap




commit 1842082d674066ac533b2869dcdbc964783eef38
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Sep 20 19:52:20 2021 +0500

    doc: Drop modules we're not likely to use from urlmap
    
    They are unused and it's very unlikely we'll ever depend on them. For
    comparison, Pango and Gsk are unused as well, but we may very well start
    using them in future, so let's keep them.

 doc/urlmap.js | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/doc/urlmap.js b/doc/urlmap.js
index 71ee1529..9b3e3468 100644
--- a/doc/urlmap.js
+++ b/doc/urlmap.js
@@ -6,10 +6,7 @@
 // A map between namespaces and base URLs for their online documentation
 baseURLs = [
     [ 'Gdk', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4/' ],
-    [ 'GdkWayland', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-wayland/' ],
-    [ 'GdkX11', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-x11/' ],
     [ 'Gsk', 'https://gnome.pages.gitlab.gnome.org/gtk/gsk4/' ],
     [ 'Gtk', 'https://gnome.pages.gitlab.gnome.org/gtk/gtk4/' ],
     [ 'Pango', 'https://gnome.pages/gitlab.gnome.org/pango/pango/' ],
-    [ 'PangoCairo', 'https://gnome.pages.gitlab.gnome.org/pango/pangocairo/' ],
 ]


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