forked from Cinnamon/kotaemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (113 loc) · 3.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
repo_name: Cinnamon/kotaemon
repo_url: https://github.com/Cinnamon/kotaemon
site_name: kotaemon Docs
edit_uri: edit/main/docs/
nav:
- Getting Started:
- Quick Start: index.md
- Basic Usage: usage.md
# - Application:
# - Customize UI: pages/app/customize-ui.md
# - Functional description: pages/app/functional-description.md
- Development:
- development/index.md
# - Data & Data Structure Components: development/data-components.md
# - Features: pages/app/features.md
- Customize flow logic: pages/app/customize-flows.md
- Creating a Component: development/create-a-component.md
- Components:
- Index:
- File index: pages/app/index/file.md
- Settings:
- pages/app/settings/overview.md
- pages/app/settings/user-settings.md
- Extension:
- User management: pages/app/ext/user-management.md
- Contributing: development/contributing.md
# generated using gen-files + literate-nav
- API Reference: reference/
- Changelogs: https://github.com/Cinnamon/kotaemon/releases
- Issue Tracker: https://github.com/Cinnamon/kotaemon/issues
- Live Demo: https://huggingface.co/spaces/cin-model/kotaemon-demo
markdown_extensions:
- admonition
- md_in_html
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.extra
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
title: Page contents
- mdx_truly_sane_lists
plugins:
- search
- gen-files:
scripts:
- docs/scripts/generate_reference_docs.py
- literate-nav:
nav_file: Summary.md
- mkdocstrings:
handlers:
python:
options:
docstring_options:
ignore_init_summary: false
filters:
- "!^_"
members_order: source
separate_signature: true
paths: [libs/kotaemon/kotaemon]
- git-revision-date-localized:
enable_creation_date: true
type: timeago
fallback_to_build_date: true
- section-index
- mkdocs-video
theme:
features:
- content.action.edit
- content.tabs.link
- content.code.annotate
- content.code.annotations
- content.code.copy
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.indexes
- toc.follow
- search.share
- search.highlight
- search.suggest
name: material
custom_dir: docs/theme
palette:
scheme: dracula
primary: deep purple
accent: deep purple
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
extra_css:
- extra/css/code_select.css
- assets/pymdownx-extras/extra-fb5a2a1c86.css
extra_javascript:
- assets/pymdownx-extras/extra-loader-MCFnu0Wd.js
validation:
absolute_links: warn
omitted_files: warn
unrecognized_links: warn