-
Notifications
You must be signed in to change notification settings - Fork 62
/
mkdocs.yml
50 lines (47 loc) · 1.23 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
site_name: arXiv info
site_url: https://info.arxiv.org/
docs_dir: source
# Forces links in the format /help/index.html instead of mkdocs default of /help
# This allows us serve as totally static with no support from a web server
use_directory_urls: false
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
implicit_index: true
theme:
name: material
features:
- content.tooltips
- navigation.path
- navigation.indexes
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/arxiv-logo-one-color-white.svg
custom_dir: overrides
favicon: assets/favicon.png
extra_css:
- stylesheets/extra.css
extra:
homepage: https://arxiv.org
markdown_extensions:
- attr_list
- md_in_html
- abbr
- pymdownx.snippets
repo_name: GitHub
repo_url: https://github.com/arXiv/arxiv-docs
edit_uri: blob/develop/source