Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd8af01ef7a68465565d7483712992e9b79d5d0c (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
site_name: Nextcloud FullTextSearch

theme:
  name: readthedocs
  highlightjs: true
  hljs_languages:
    - php
    - js
    - bash

markdown_extensions:
  - admonition
  - def_list
  - toc:
      permalink: "#"
      baselevel: 2

nav:
  - 'Nextcloud FullTextSearch': 'index.md'
  - 'Installation': 'installation.md'
  - 'Configuration': 'configuration.md'
  - Commands: 'commands.md'
  - 'API documentation':
      - 'Collections': 'api/collections.md'