1
0
Fork 0
mutter-performance-source/doc/reference/meta/urlmap.js
Bilal Elmoussaoui a7231ab2be docs: Update url maps
To get working items links

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3227>
2023-09-02 10:50:47 +00:00

12 lines
537 B
JavaScript

// 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/' ],
[ 'Mtk', 'https://gnome.pages.gitlab.gnome.org/mutter/mtk/' ],
[ 'Cogl', 'https://gnome.pages.gitlab.gnome.org/mutter/cogl/' ],
[ 'Clutter', 'https://gnome.pages.gitlab.gnome.org/mutter/clutter/' ],
]