-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 1.04 KB
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (35 loc) · 1.04 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
site_name: Language Learning Framework
site_description: Documentation for the LanguageLearningFramework project.
site_url: https://example.invalid/language-learning-framework/
repo_name: griffing52/LanguageLearningFramework
repo_url: https://github.com/griffing52/LanguageLearningFramework
docs_dir: docs
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- CLI Reference: cli-reference.md
- Data Files: data-files.md
- Architecture: architecture.md
- Tooling: tooling.md
- TTS Methods:
- Overview: tts-methods/index.md
- Concatenative Recordings: tts-methods/concatenative-word-recordings.md
- IPA Pipeline: tts-methods/ipa-phoneme-pipeline.md
- Fine-tuned SpeechT5: tts-methods/finetuned-speecht5.md
- Method Comparison: tts-methods/comparison.md
- Development Notes: development.md