-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
44 lines (40 loc) · 952 Bytes
/
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
35
36
37
38
39
40
41
42
43
site_name: CAMeL Lab Guidelines
repo_url: https://github.com/slkh/camel-guidelines
site_url: https://camel-guidelines.rtfd.io
site_author: Salam Khalifa
nav:
- Home: index.md
- Phonology: phonology.md
- Orthography: orthography.md
- Morphology: morphology.md
- Syntax: syntax.md
- Data: data.md
theme:
name: readthedocs
custom_dir: custom_theme
markdown_extensions:
- def_list
- footnotes
- tables
- pymdownx.details
- toc:
permalink: True
- attr_list
extra_css:
- css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
plugins:
- search:
lang: ar
lang: en
- macros
- add-number:
order: 2
- bibtex:
bib_file: "refs.bib"
cite_style: "pandoc"
bib_command: "\\bib"
extra:
issue_tracker: https://github.com/slkh/camel-guidelines/issues