summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-28 01:44:47 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-28 01:44:47 +0100
commit29382360edfaeeedb60b1a31d3f560ba0673db68 (patch)
treefff0e546b392b0b2c74c68635020b11b28c756a5
parent82f8fc3bee0a2175f5de38acb0e4465969da62b8 (diff)
downloadgtk+-ebassi/issue-3905.tar.gz
docs: Add missing extra files for gdk4 sub-referencesebassi/issue-3905
The Wayland and X11 references need the gtk-logo.svg and the urlmap.js extra files. Fixes: #3905
-rw-r--r--docs/reference/gdk/gdk4-wayland.toml.in6
-rw-r--r--docs/reference/gdk/gdk4-x11.toml.in6
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk4-wayland.toml.in b/docs/reference/gdk/gdk4-wayland.toml.in
index ba47b9dc11..96ca18f64e 100644
--- a/docs/reference/gdk/gdk4-wayland.toml.in
+++ b/docs/reference/gdk/gdk4-wayland.toml.in
@@ -21,3 +21,9 @@ show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/master/"
+
+[extra]
+content_images = [
+ "images/gtk-logo.svg",
+]
+urlmap_file = "urlmap.js"
diff --git a/docs/reference/gdk/gdk4-x11.toml.in b/docs/reference/gdk/gdk4-x11.toml.in
index ba47b9dc11..96ca18f64e 100644
--- a/docs/reference/gdk/gdk4-x11.toml.in
+++ b/docs/reference/gdk/gdk4-x11.toml.in
@@ -21,3 +21,9 @@ show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/master/"
+
+[extra]
+content_images = [
+ "images/gtk-logo.svg",
+]
+urlmap_file = "urlmap.js"