-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
122 lines (113 loc) · 2.91 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Project Information
site_name: WNotes
site_description: 个人笔记,博客
site_author: wang
site_url: https://lbwanga.github.io/
strict: false
use_directory_urls: false
# Repository
repo_name: lbwanga
repo_url: https://github.com/lbwanga/lbwanga.github.io
# Contents
nav:
- 简介: index.md
- Java:
- Java基础: Java/Java.md
- Java集合: Java/Java集合.md
- JUC: JUC/JUC.md
- JVM: JVM/JVM.md
- MySQL: MySQL/MySQL.md
- Redis:
- Redis基础: Redis/Redis基础.md
- Redis数据结构: Redis/数据结构.md
- Redis高级: Redis/Redis高级.md
- 设计模式: 设计模式/设计模式.md
- Spring: Spring/Spring6.md
- SpringMVC: SpringMVC/SpringMVC.md
- SpringBoot: SpringBoot/SpringBoot.md
# Theme
theme:
name: material
highlightjs: true
logo: assets/logo.png
favicon: assets/logo.png
language: 'zh'
# colors: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
palette:
primary: white
accent: blue
features:
- content.action.edit
- content.code.copy
- content.code.select
- content.tabs.link
- navigation.tabs
- navigation.instant
- navigation.path
- toc.follow
# Customization
extra:
analytics:
provider: google
property: G-XXXXXXXXXX
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
copyright: Copyright © 2019 - 2024 wang
plugins:
- glightbox
# Extensions
markdown_extensions:
# - document-offsets-injection:
# debug: true
- admonition
- def_list
- footnotes
- meta
- toc:
permalink: ""
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html