-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (60 loc) · 1.49 KB
/
mkdocs.yml
File metadata and controls
60 lines (60 loc) · 1.49 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
# SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
site_name: FMIndex Collection
docs_dir: docs
nav:
- index.md
- API:
- Concepts:
- concepts/Bitvector.md
- concepts/String.md
- concepts/SuffixArray.md
- concepts/Index.md
- Algorithms:
- search.md
- locate.md
- Search Schemes:
- search_schemes/generator.md
- search_schemes/utility.md
use_directory_urls: false
repo_url: https://github.com/SGSSGene/fmindex-collection
theme:
name: material
local: en
features:
- navigation.sections
- content.code.copy
- navigation.expand
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascript/tablesort.js
- javascript/sorts/tablesort.date.js
- javascript/sorts/tablesort.dotsep.js
- javascript/sorts/tablesort.filesize.js
- javascript/sorts/tablesort.monthname.js
- javascript/sorts/tablesort.number.js
- javascript/inittablesort.js
plugins:
- include-markdown:
comments: false
trailing_newlines: false
markdown_extensions:
- attr_list
- md_in_html
- tables
- toc:
permalink: true
separator: "_"
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
# - pymdownx.critic
# - pymdownx.caret
# - pymdownx.keys
# - pymdownx.mark
# - pymdownx.tilde