-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (81 loc) · 2.48 KB
/
mkdocs.yml
File metadata and controls
87 lines (81 loc) · 2.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: "distfeat Handbook"
site_description: "A phonological feature system for computational historical linguistics"
site_author: "Tiago Tresoldi"
site_url: "https://tresoldi.github.io/distfeat/"
repo_url: "https://github.com/tresoldi/distfeat"
repo_name: "tresoldi/distfeat"
docs_dir: docs/handbook
use_directory_urls: false
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.top
- content.code.copy
- content.tabs.link
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search
- macros:
module_name: docs/handbook/macros
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- tables
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- "Part I: Foundations":
- Overview: part1/index.md
- "Ch. 1 — Features as Theory": part1/ch01_features_as_theory.md
- "Ch. 2 — From Phonemes to Bundles": part1/ch02_from_phonemes_to_bundles.md
- "Ch. 3 — Getting Started": part1/ch03_getting_started.md
- "Part II: The Romance Consonant Workshop":
- Overview: part2/index.md
- "Ch. 4 — Systems and Representations": part2/ch04_systems_and_representations.md
- "Ch. 5 — Queries and Classes": part2/ch05_queries_and_classes.md
- "Ch. 6 — Matrices and Geometry": part2/ch06_matrices_and_geometry.md
- "Ch. 7 — Distance": part2/ch07_distance.md
- "Part III: Synthesis":
- Overview: part3/index.md
- "Ch. 8 — The Romance Consonant Inventory": part3/ch08_romance_inventory.md
- "Ch. 9 — Modeling Western Romance Lenition": part3/ch09_modeling_lenition.md
- Reference:
- Overview: reference/index.md
- "API Reference": reference/api_reference.md
- "Feature Catalog": reference/feature_catalog.md
- Glossary: reference/glossary.md
- Troubleshooting: reference/troubleshooting.md
- About:
- Overview: about/index.md
- Contributing: about/contributing.md
- Changelog: about/changelog.md
- License: about/license.md