summaryrefslogtreecommitdiff
path: root/docs/reference/nautilus.toml.in
blob: d93d7347a70781dacf6b953a30cb8115489572ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[library]
version = "@VERSION@"
description = "Nautilus Extension API"
authors = "The GNOME Project"
license = "GPL-3.0-or-later"
browse_url = "https://gitlab.gnome.org/GNOME/nautilus/"
repository_url = "https://gitlab.gnome.org/GNOME/nautilus.git"
website_url = "https://gnome.pages.gitlab.gnome.org/nautilus/"
logo_url = "logo.svg"
devhelp = true
search_index = true

dependencies = ["GLib – 2.0", "Gio-2.0", "GObject-2.0"]

  [dependencies."GLib-2.0"]
  name = "GLib"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

  [dependencies."Gio-2.0"]
  name = "Gio"
  description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
  docs_url = "https://docs.gtk.org/gio/"

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

[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/main/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"

[extra]
urlmap_file = "urlmap.js"

content_images = [
  "logo.svg",
]