summaryrefslogtreecommitdiffstats
path: root/docs/reference/nautilus.toml.in
blob: 1d160ad620547dee250a0b8a2ea4bc23486e2f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[library]
version = "@VERSION@"
description = "Nautilus Extension API"
license = "GPL-2.0-or-later"
browse_url = "https://gitlab.gnome.org/GNOME/nautilus/"
repository_url = "https://gitlab.gnome.org/GNOME/nautilus.git"
devhelp = true
search_index = true

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true

[source-location]
# The base URL for the web UI
base_url = "https://gitlab.gnome.org/GNOME/nautilus/-/blob/master/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"

[extra]
urlmap_file = "urlmap.js"