-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 1 KB
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 1 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
site_name: ReadAlong-Studio
repo_url: https://github.com/ReadAlongs/Studio
edit_uri: blob/main/docs/
site_description: "Documentation for the ReadAlong-Studio: Audiobook alignment for Indigenous languages"
copyright: Copyright ©2019-2025 David Huggins-Daines and National Research Council Canada
theme:
name: material
features:
- content.code.copy
- navigation.instant
- navigation.footer
plugins:
- search
- autorefs
- markdown-exec
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [readalongs]
extra:
version:
provider: mike
default: stable
markdown_extensions:
- mkdocs-click
- admonition
- def_list
- pymdownx.superfences
nav:
- Home: index.md
- Start: start.md
- Installation: installation.md
- The Web App: web-app.md
- CLI Guide: cli-guide.md
- CLI reference: cli-ref.md
- Output Realizations: outputs.md
- Advanced Topics: advanced-use.md
- Troubleshooting: troubleshooting.md
exclude_docs:
Contributing.md