doc/reference/protocols/facebook/urlmap.js

changeset 41122
f29fa0dda4bf
child 41125
d6a7bf9208e1
equal deleted inserted replaced
41121:85ddac53ef14 41122:f29fa0dda4bf
1 // SPDX-FileCopyrightText: 2021 GNOME Foundation
2 // SPDX-License-Identifier: LGPL-2.1-or-later
3
4 // A map between namespaces and base URLs for their online documentation
5 baseURLs = [
6 [ 'GLib', 'https://docs.gtk.org/glib/' ],
7 [ 'GObject', 'https://docs.gtk.org/gobject/' ],
8 [ 'GModule', 'https://docs.gtk.org/gmodule/' ],
9 [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
10 ]

mercurial