1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
[library]
version = "@version@"
browse_url = "https://gitlab.gnome.org/GNOME/devhelp/"
repository_url = "https://gitlab.gnome.org/GNOME/devhelp.git"
website_url = "https://wiki.gnome.org/Apps/Devhelp"
authors = "The Devhelp Authors"
license = "GPL-3.0-or-later"
logo_url = "devhelp.svg"
description = "A library for discovering, browsing, and searching developer documentation for the GNOME project"
devhelp = true
search_index = true
dependencies = ["Gtk-3.0",]
[dependencies."Gtk-3.0"]
name = "GTK 3"
description = "The GTK toolkit"
docs_url = "https://developer.gnome.org/gtk3/stable/"
[dependencies."WebKit2-4.0"]
name = "WebKitGTK 2"
description = "WebKit rendering widget for GTK"
docs_url = "https://webkitgtk.org/reference/webkit2gtk/stable/"
[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/devhelp/-/blob/HEAD/devhelp/"
[extra]
content_files = [
"api-breaks.md",
]
content_images = [
"devhelp.svg",
]
|