-
-
Notifications
You must be signed in to change notification settings - Fork 210
/
mkdocs.yml
54 lines (54 loc) · 1.36 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
site_name: RAGatouille
site_author: Benjamin Clavié
site_description: Bridging the gap between state-of-the-art Retrieval research and RAG applications.
repo_name: RAGatouille
repo_url: https://github.com/bclavie/RAGatouille/
site_url: https://ragatouille.clavie.eu
edit_uri: edit/main/docs/
copyright: Copyright © 2024 Benjamin Clavié
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
members_order: alphabetical
allow_inspection: true
show_bases: true
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.follow
palette:
- scheme: default
primary: green
accent: teal
toggle:
icon: material/brightness-5
name: Switch to dark mode
- scheme: slate
primary: black
accent: green
toggle:
icon: material/brightness-6
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono