-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (41 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
43 lines (41 loc) · 1.05 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: textforge
site_url: https://ameen-91.github.io/textforge/
nav:
- Home: index.md
- How to with a Local LLM: how_to_local.md
- Pipeline: pipeline.md
- Synthetic Data Generation: synthetic_data.md
- Training: training.md
- Quantization: quantization.md
- Deployment: deployment.md
repo_url: https://github.com/ameen-91/textforge/
repo_name: ameen-91/textforge
theme:
name: material
features:
- content.code.copy
- content.code.select
palette:
primary: black
accent: indigo
version:
provider: poetry
package: textforge
plugins:
- mkdocstrings:
handlers:
python:
options:
show_inheritance_diagram: true
allow_inspection: true
- social:
enabled: !ENV [CI, false]
cards: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences