Files
.gitlab
.gitlab-ci
.settings
data
docs
reference
shell
meson.build
shell.toml.in
urlmap.js
st
meson.build
building-and-running.md
c-coding-style.md
commit-messages.md
debugging.md
js-coding-style.md
looking-glass.md
js
lint
man
meson
po
src
subprojects
tests
tools
.editorconfig
.eslintrc.yml
.gitignore
.gitlab-ci.yml
.gitmodules
.jscheckignore
COPYING
NEWS
README.md
config.h.meson
gnome-shell.doap
meson.build
meson_options.txt
gnome-shell/docs/reference/shell/urlmap.js
Florian Müllner 0b1dab120f docs: Use mutter.gnome.org URL for API docs
Mutter has a new public website, so use that for its API docs
instead of gitlab pages.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3122>
2024-01-27 22:22:11 +01:00

12 lines
488 B
JavaScript

baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
[ 'Meta', 'https://mutter.gnome.org/meta/' ],
[ 'Mtk', 'https://mutter.gnome.org/mtk/' ],
[ 'Cogl', 'https://mutter.gnome.org/cogl/' ],
[ 'Clutter', 'https://mutter.gnome.org/clutter/' ],
[ 'St', 'https://gnome.pages.gitlab.gnome.org/gnome-shell/st/' ],
]