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

42 lines
1.2 KiB
TOML

[library]
namespace = "Shell"
version = "@MUTTER_API_VERSION@"
browse_url = "https://gitlab.gnome.org/GNOME/gnome-shell/"
repository_url = "https://gitlab.gnome.org/GNOME/gnome-shell.git"
website_url = "https://www.gnome.org"
license = "GPL-2.0-or-later"
description = "Shell"
dependencies = ["GObject-2.0", "Gio-2.0", "Meta-@MUTTER_API_VERSION@", "Clutter-@MUTTER_API_VERSION@"]
devhelp = true
search_index = true
[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject"
[dependencies."Gio-2.0"]
name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio"
[dependencies."Meta-@MUTTER_API_VERSION@"]
name = "Meta"
description = "The mutter display server, window manager and compositor library"
docs_url = "https://mutter.gnome.org/meta/"
[dependencies."Clutter-@MUTTER_API_VERSION@"]
name = "Clutter"
description = "An OpenGL based 'interactive canvas' library"
docs_url = "https://mutter.gnome.org/clutter/"
[theme]
name = "basic"
show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/HEAD/"
[extra]
urlmap_file = "urlmap.js"