forked from opensemanticsearch/open-semantic-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (33 loc) · 1.67 KB
/
mkdocs.yml
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
site_name: Open Semantic Search
site_url: https://opensemanticsearch.org
repo_url: https://github.com/opensemanticsearch/open-semantic-search/
nav:
- 'About': 'README.md'
- 'Usage':
- 'Search': 'doc/search/README.md'
- 'Search operators': 'doc/search/operators/README.md'
- 'Interactive filters (Faceted search)': 'doc/search/#overview-and-exploration-with-facets'
- 'Fuzzy search': 'doc/search/fuzzy/README.md'
- 'Tagging and annotation': 'doc/datamanagement/annotation/README.md'
- 'Structuring data and documents (Metadata management)':
- 'Vocabulary and thesaurus (dictionary of names or concepts)': 'doc/datamanagement/thesaurus/README.md'
- 'Lists, Dictionaries, Vocabularies and Thesauri (Ontologies)': 'doc/datamanagement/ontologies/README.md'
- 'Analyze and explore (Analytics)':
- 'Investigate massive leaks for investigative reporting': 'investigative_journalism/howto-analyze-leaks/README.md'
- 'Legal codes and law clauses': 'doc/analytics/law/README.md'
- 'Search by list of names (batch searches)': 'doc/search/list/README.md'
- 'Administration':
- 'Getting started': 'doc/tutorial/README.md'
- 'Installation': 'doc/admin/install/README.md'
- 'Configuration': 'doc/admin/config/README.md'
- 'Task queue': 'doc/admin/queue/README.md'
- 'Logs': 'doc/admin/config/log/README.md'
- 'Download': 'download/README.md'
- 'Development': 'https://github.com/opensemanticsearch/open-semantic-search/'
- 'Donate': 'donate/README.md'
theme:
name: readthedocs
plugins:
- search
- mermaid2:
version: 8.14.0