build: Combine duplicate urlmap.js files

Seems no point in keeping them separate. It doesn’t seem to matter if
they contain entries which are unused for a particular docs build.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-06 15:39:50 +00:00
parent 3695249ebb
commit 4c178fa623
10 changed files with 5 additions and 41 deletions

View File

@ -37,7 +37,7 @@ show_index_summary = true
show_class_hierarchy = true
[extra]
urlmap_file = "urlmap.js"
urlmap_file = "../urlmap.js"
# The same order will be used when generating the index
content_files = [
"overview.md",

View File

@ -42,7 +42,7 @@ show_index_summary = true
show_class_hierarchy = true
[extra]
urlmap_file = "urlmap.js"
urlmap_file = "../urlmap.js"
# The same order will be used when generating the index
content_files = [
"migrating-gi.md",

View File

@ -1,9 +0,0 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// SPDX-FileCopyrightText: 2023 Matthias Clasen
var baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
];

View File

@ -37,7 +37,7 @@ show_index_summary = true
show_class_hierarchy = true
[extra]
urlmap_file = "urlmap.js"
urlmap_file = "../urlmap.js"
# The same order will be used when generating the index
content_files = [
"building.md",

View File

@ -1,9 +0,0 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// SPDX-FileCopyrightText: 2023 Matthias Clasen
var baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
];

View File

@ -40,7 +40,7 @@ show_class_hierarchy = true
base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/"
[extra]
urlmap_file = "urlmap.js"
urlmap_file = "../urlmap.js"
# The same order will be used when generating the index
content_files = [
"modules.md",

View File

@ -1,9 +0,0 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// SPDX-FileCopyrightText: 2023 Matthias Clasen
var baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
];

View File

@ -39,7 +39,7 @@ show_index_summary = true
show_class_hierarchy = true
[extra]
urlmap_file = "urlmap.js"
urlmap_file = "../urlmap.js"
# The same order will be used when generating the index
content_files = [
"concepts.md",

View File

@ -1,9 +0,0 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// SPDX-FileCopyrightText: 2023 Matthias Clasen
var baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk4/' ],
];