-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (40 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
43 lines (40 loc) · 1.01 KB
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
site_name: DeepBase
site_description: A CLI tool to consolidate project context for LLMs.
site_url: https://follen99.github.io/deepbase/ # Aggiorna con il tuo username
repo_url: https://github.com/follen99/deepbase
repo_name: follen99/deepbase
theme:
name: material
palette:
# Light mode
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: teal
accent: lime
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.expand
- navigation.top
- search.suggest
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src] # Dice al plugin dove trovare il codice sorgente
nav:
- Home: index.md
- Installazione: installation.md
- Configurazione: configuration.md
- Esempi: examples.md
- Changelog: CHANGELOG.md
- API Reference: reference.md