-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
77 lines (66 loc) · 1.55 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
74
75
76
77
site_name: DeeP-LCC
site_author: Haoxing Du, Meihui Liu, Yang Zheng
# Repository
repo_name: soc-ucsd/DeeP-LCC
repo_url: https://github.com/soc-ucsd/DeeP-LCC
edit_uri: edit/main/docs
# Copyright
copyright: Copyright © 2022 SOC Lab
nav:
- Welcome: index.md
- DeeP-LCC: deepLCC.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
- md_in_html
- mdx_math
# Configuration
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.tracking
- navigation.indexes
- toc.integrate
- toc.follow
- navigation.expand
language: en
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom