summaryrefslogtreecommitdiff
path: root/docs/urlmap.js
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-10 19:02:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-12-10 19:02:48 -0500
commit6f8548518b39e8818beb0a021d615be27be05253 (patch)
tree46d46b7c5538328cccfc3843a1c347b604540116 /docs/urlmap.js
parentfd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (diff)
downloadpango-6f8548518b39e8818beb0a021d615be27be05253.tar.gz
docs: Various improvements
Add a urlmap file, and fix the license tags.
Diffstat (limited to 'docs/urlmap.js')
-rw-r--r--docs/urlmap.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/urlmap.js b/docs/urlmap.js
new file mode 100644
index 00000000..5d60b064
--- /dev/null
+++ b/docs/urlmap.js
@@ -0,0 +1,11 @@
+// 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/' ],
+ [ 'Gio', 'https://docs.gtk.org/gio/' ],
+ [ 'Pango', 'https://docs.gtk.org/Pango/' ],
+ [ 'PangoCairo', 'https://docs.gtk.org/PangoCairo/' ],
+]