summaryrefslogtreecommitdiff
path: root/doc/urlmap.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/urlmap.js')
-rw-r--r--doc/urlmap.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/urlmap.js b/doc/urlmap.js
new file mode 100644
index 0000000..4e19607
--- /dev/null
+++ b/doc/urlmap.js
@@ -0,0 +1,4 @@
+// A map between namespaces and base URLs for their online documentation
+baseURLs = [
+ [ 'GSSDP', 'https://gnome.pages.gitlab.gnome.org/gssdp/docs/' ],
+]