summaryrefslogtreecommitdiff
path: root/doc/reference/pidgin/urlmap.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/pidgin/urlmap.js')
-rw-r--r--doc/reference/pidgin/urlmap.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/reference/pidgin/urlmap.js b/doc/reference/pidgin/urlmap.js
new file mode 100644
index 0000000000..b8718df7c4
--- /dev/null
+++ b/doc/reference/pidgin/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 = [
+ [ 'GLib', 'https://docs.gtk.org/glib/' ],
+ [ 'GObject', 'https://docs.gtk.org/gobject/' ],
+ [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
+ [ 'GPlugin-Gtk3', 'https://docs.imfreedom.org/gplugin-gtk3/' ],
+ [ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
+ [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
+ [ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ],
+]