-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
47 lines (42 loc) · 961 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
44
45
46
47
site_name: lunr-core
theme:
name: material
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/bleroy/lunr-core
# Repository
repo_name: bleroy/lunr-core
repo_url: https://github.com/bleroy/lunr-core
edit_uri: edit/main/
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- pymdownx.b64
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: false
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
plugins:
- search
- git-authors
- git-revision-date-localized
# Page tree
nav:
- About: README.md
- Getting started:
- Introduction: getting-started/README.md