forked from neuml/txtai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (45 loc) · 1.24 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
#
# txtai Material for MkDocs configuration
#
site_name: txtai
repo_name: neuml/txtai
repo_url: https://github.com/neuml/txtai
copyright: © NeuML LLC, Apache-2.0 License
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
icon:
repo: fontawesome/brands/github
palette:
primary: blue
accent: blue
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_full_path: false
show_root_heading: true
show_root_toc_entry: false
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
nav:
- Home: index.md
- Installation: install.md
- Examples: examples.md
- Embeddings: embeddings.md
- Pipelines:
- Overview: pipelines/overview.md
- Extractor: pipelines/extractor.md
- Labels: pipelines/labels.md
- Segmentation: pipelines/segmentation.md
- Similarity: pipelines/similarity.md
- Summary: pipelines/summary.md
- Textractor: pipelines/textractor.md
- Transcription: pipelines/transcription.md
- Translation: pipelines/translation.md
- Workflows: workflows.md
- API: api.md