diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:46:02 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:46:02 +0000 |
commit | c5ddf5b3813e9bc02273b08b037ee34ae8c77841 (patch) | |
tree | d32ee4ec805bca28044dcd2eee819277baf1aaef /docs/reference/gtk/urlmap.js | |
parent | 61712bfb3bbc0dda811f0a35de5e65bba359f5f7 (diff) | |
download | gtk+-ebassi/gidocgen.tar.gz |
docs: Add URL maps for cross linksebassi/gidocgen
Diffstat (limited to 'docs/reference/gtk/urlmap.js')
-rw-r--r-- | docs/reference/gtk/urlmap.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/reference/gtk/urlmap.js b/docs/reference/gtk/urlmap.js new file mode 100644 index 0000000000..eaf2de9886 --- /dev/null +++ b/docs/reference/gtk/urlmap.js @@ -0,0 +1,13 @@ +// SPDX-FileCopyrightText: 2021 GNOME Foundation +// SPDX-License-Identifier: LGPL-2.1-or-later + +// A map between namespaces and base URLs for their online documentation +baseURLs = [ + [ 'Gdk', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4/' ], + [ 'GdkWayland', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-wayland/' ], + [ 'GdkX11', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-x11/' ], + [ 'Gsk', 'https://gnome.pages.gitlab.gnome.org/gtk/gsk4/' ], + [ 'Gtk', 'https://gnome.pages.gitlab.gnome.org/gtk/gtk4/' ], + [ 'Pango', 'https://gnome.pages/gitlab.gnome.org/pango/pango/' ], + [ 'PangoCairo', 'https://gnome.pages.gitlab.gnome.org/pango/pangocairo/' ], +] |