mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 13:53:06 +02:00
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:
parent
3695249ebb
commit
4c178fa623
@ -37,7 +37,7 @@ show_index_summary = true
|
|||||||
show_class_hierarchy = true
|
show_class_hierarchy = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
urlmap_file = "urlmap.js"
|
urlmap_file = "../urlmap.js"
|
||||||
# The same order will be used when generating the index
|
# The same order will be used when generating the index
|
||||||
content_files = [
|
content_files = [
|
||||||
"overview.md",
|
"overview.md",
|
||||||
|
@ -42,7 +42,7 @@ show_index_summary = true
|
|||||||
show_class_hierarchy = true
|
show_class_hierarchy = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
urlmap_file = "urlmap.js"
|
urlmap_file = "../urlmap.js"
|
||||||
# The same order will be used when generating the index
|
# The same order will be used when generating the index
|
||||||
content_files = [
|
content_files = [
|
||||||
"migrating-gi.md",
|
"migrating-gi.md",
|
||||||
|
@ -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/' ],
|
|
||||||
];
|
|
@ -37,7 +37,7 @@ show_index_summary = true
|
|||||||
show_class_hierarchy = true
|
show_class_hierarchy = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
urlmap_file = "urlmap.js"
|
urlmap_file = "../urlmap.js"
|
||||||
# The same order will be used when generating the index
|
# The same order will be used when generating the index
|
||||||
content_files = [
|
content_files = [
|
||||||
"building.md",
|
"building.md",
|
||||||
|
@ -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/' ],
|
|
||||||
];
|
|
@ -40,7 +40,7 @@ show_class_hierarchy = true
|
|||||||
base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/"
|
base_url = "https://gitlab.gnome.org/GNOME/glib/-/blob/HEAD/"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
urlmap_file = "urlmap.js"
|
urlmap_file = "../urlmap.js"
|
||||||
# The same order will be used when generating the index
|
# The same order will be used when generating the index
|
||||||
content_files = [
|
content_files = [
|
||||||
"modules.md",
|
"modules.md",
|
||||||
|
@ -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/' ],
|
|
||||||
];
|
|
@ -39,7 +39,7 @@ show_index_summary = true
|
|||||||
show_class_hierarchy = true
|
show_class_hierarchy = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
urlmap_file = "urlmap.js"
|
urlmap_file = "../urlmap.js"
|
||||||
# The same order will be used when generating the index
|
# The same order will be used when generating the index
|
||||||
content_files = [
|
content_files = [
|
||||||
"concepts.md",
|
"concepts.md",
|
||||||
|
@ -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/' ],
|
|
||||||
];
|
|
Loading…
x
Reference in New Issue
Block a user