summaryrefslogtreecommitdiff
path: root/docs/urlmap.js
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-20 19:17:15 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-21 12:34:20 +0000
commit0c545e3f4e3fc321b6e8aea796871d3edceff685 (patch)
tree1fb1219a4fea7eab3235b2aac55e468c5e3ce06e /docs/urlmap.js
parent073a947e9f11236ea0c7f4fcbcb12ad4e35b7a29 (diff)
downloadgdk-pixbuf-0c545e3f4e3fc321b6e8aea796871d3edceff685.tar.gz
Port gdk-pixbuf to gi-docgen
Follow in the steps of Pango and GTK.
Diffstat (limited to 'docs/urlmap.js')
-rw-r--r--docs/urlmap.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/urlmap.js b/docs/urlmap.js
new file mode 100644
index 000000000..eaf2de988
--- /dev/null
+++ b/docs/urlmap.js
@@ -0,0 +1,13 @@
+// SPDX-FileCopyrightText: 2021 GNOME Foundation
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
+// 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/' ],
+]