File: mkdocs.yml

package info (click to toggle)
localsearch 3.8.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,688 kB
  • sloc: ansic: 59,411; python: 3,774; xml: 261; perl: 106; sh: 62; makefile: 53
file content (21 lines) | stat: -rw-r--r-- 541 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
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: 'index.md'
  - SPARQL Endpoint: 'endpoint.md'
  - Miscellaneous D-Bus API: 'dbus-api.md'
  - Command Line: 'commandline.md'
  - Handling of corrupted databases: 'corruption.md'

theme:
  name: readthedocs

markdown_extensions:
  - toc:
      permalink: true