-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (63 loc) · 1.86 KB
/
Copy pathmkdocs.yml
File metadata and controls
68 lines (63 loc) · 1.86 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
site_name: sil-lift
site_description: >-
Read, write, and validate LIFT (Lexicon Interchange Format) 0.13 lexicons.
site_url: https://sillsdev.github.io/python-sil-lift/
repo_url: https://github.com/sillsdev/python-sil-lift
edit_uri: edit/main/docs/
docs_dir: docs
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.sections
plugins:
- i18n:
docs_structure: folder
fallback_to_default: true
languages:
- locale: en
name: English
default: true
build: true
- mkdocstrings:
handlers:
python:
paths: [ src ]
- search
markdown_extensions:
- admonition
- toc:
permalink: "🔗"
permalink_title: "Link to this section"
extra:
social:
- icon: fontawesome/solid/globe
link: https://software.sil.org/
name: SIL Language Software
- icon: fontawesome/brands/github
link: https://github.com/sillsdev
name: sillsdev on GitHub
- icon: fontawesome/brands/discourse
link: https://community.software.sil.org/c/other/
name: SIL software community forum
- icon: fontawesome/brands/vimeo
link: https://vimeo.com/lingtransoft
name: SIL Language Technology on Vimeo
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/showcase/sil-language-technology/
name: SIL Language Technology on LinkedIn
nav:
- Home: index.md
- Guides:
- Read, edit, write: guides/read-edit-write.md
- Validate: guides/validate.md
- Large files: guides/large-files.md
- Ranges and media: guides/folder-media.md
- Command line: guides/cli.md
- Producing conformant LIFT: guides/lift-export-interop.md
- "Worked example: building a LIFT export": guides/build-export.md
- "Worked example: bulk-editing glosses": guides/bulk-edit-glosses.md
- Fidelity guarantees: fidelity.md
- Differences from the C# libraries: csharp-differences.md
- API reference: reference.md