-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
75 lines (64 loc) · 1.51 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Project information
site_name: neural-cherche
site_description: Neural Search
site_author: Raphael Sourty
site_url: https://raphaelsty.github.io/neural-cherche
# Repository
repo_name: raphaelsty/neural-cherche
repo_url: https://github.com/raphaelsty/neural-cherche
edit_uri: ""
# Copyright
copyright: Copyright © 2023
# Configuration
theme:
name: material
language: en
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
favicon: img/favicon.ico
features:
- navigation.tabs
- navigation.instant
- navigation.expand
- content.code.copy
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/raphaelsty/neural-cherche
# Extensions
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
toc_depth: "1-3"
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- codehilite:
guess_lang: false
pygments_style: monokai
plugins:
- search
- awesome-pages
- mkdocs-jupyter
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- js/version-select.js
extra_css:
- stylesheets/extra.css
- css/version-select.css