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
|