-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (34 loc) · 1.05 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
site_name: llm-dataset-converter examples
site_url: https://waikato-llm.github.io/llm-dataset-converter-examples/
repo_url: https://github.com/waikato-llm/llm-dataset-converter-examples
edit_uri: edit/master/docs/
site_description: Examples for using the llm-dataset-converter libraries
theme:
name: material
markdown_extensions:
- toc:
baselevel: 2
permalink: "#"
- attr_list
plugins:
- search
nav:
- Home: index.md
- Core library:
- Downloader usage: downloaders.md
- General usage: general_usage.md
- Processing multiple files: processing_multiple_files.md
- Locating files: locating_files.md
- Compression: compression.md
- Filter usage: filters.md
- Docker usage: docker.md
- Additional libraries:
- MS Word (doc): doc.md
- MS Word (docx): docx.md
- Faster whisper: faster_whisper.md
- gitingest: gitingest.md
- Google: google.md
- HTML: html.md
- OpenAI: openai.md
- PDF: pdf.md
- TinT: tint.md