-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 896 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 896 Bytes
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
site_name: FlexiConc
theme:
name: material
language: en
nav:
- General: index.md
- FlexiConc for Users:
- Loading Concordances: loading_concordances.md
- Adding Nodes: adding_nodes.md
- Jupyter Notebook Utilities: notebook_utils.md
- Loading Texts: loading_texts.md
- FlexiConc for Developers:
- Representing Concordances: representing_concordances.md
- Concordance Views: concordance_views.md
- Algorithms:
- Selecting: algorithms/selecting.md
- Sorting: algorithms/sorting.md
- Ranking: algorithms/ranking.md
- Partitioning: algorithms/partitioning.md
- Annotation: algorithms/annotation.md
# - Examples: examples.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- footnotes
- def_list
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- mkdocs-jupyter