File: mkdocs.yml

package info (click to toggle)
localsearch 3.11~rc-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 16,084 kB
  • sloc: ansic: 48,023; python: 6,171; xml: 337; perl: 106; makefile: 60; sh: 42
file content (23 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: LocalSearch
site_description: LocalSearch API reference
docs_dir: ./reference
site_url: https://gnome.pages.gitlab.gnome.org/localsearch/
repo_url: https://gitlab.gnome.org/GNOME/localsearch/
edit_uri: blob/main/docs/reference
use_directory_urls: false

nav:
  - Overview: 'overview.md'
  - Indexed data: 'indexed-data.md'
  - Querying LocalSearch: 'endpoint.md'
  - Miscellaneous D-Bus API: 'dbus-api.md'
  - Commandline reference: 'commandline.md'
  - Handling of corrupted databases: 'corruption.md'
  - Removable devices: 'removable-devices.md'

theme:
  name: readthedocs

markdown_extensions:
  - toc:
      permalink: true