-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
mkdocs.yml
49 lines (46 loc) · 2.38 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
37
38
39
40
41
42
43
44
45
46
47
48
49
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'
- 'Additional Applications':
- 'CSV Manager': '/solr-search-csv-python-django/README.md'
- 'Graph Explorer': '/graph-explorer/README.md'
- 'Lexememes': '/lexememes/README.md'
- 'Ontology Tagger': '/solr-ontology-tagger/README.md'
- 'Relevance Ranking Analysis': '/solr-relevance-ranking-analysis/README.md'
- 'RDF or SKOS to OCR': '/rdf2ocr/README.md'
- 'RSS-Feed Manager': '/rss-feed-manager-python-django/README.md'
- 'Search Lists': '/search-list/README.md'
- 'SKOS to Solr': '/skos2solr/README.md'
- 'Solr Server': '/solr/README.md'
- 'Tagger': '/tagger/README.md'
- 'QueryTagger': '/solr-search-querytagger-python-django/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