forked from XDforensics-wiki/XDforensics-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (54 loc) · 1.36 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
site_name: XDforensics-Wiki
extra:
search:
language: 'jp'
nav:
- Welcome :
- About : index.md
- Laws and Regulations : law.md
- Preparation : preparation.md
- Classification :
- RAM Analysis :
- 内存取证原理学习及Volatility - 篇一 : ram.md
- 内存取证原理学习及Volatility - 篇二 : ram2.md
- Windows: win.md
- Linux :
- Linux系统基础 : Linux1.md
- Linux应用程序 : linux2.md
- Linux服务器 : linux3.md
- 取证大师分析Linux镜像的方法 : linux4.md
- 题目示例 : linux5.md
- MacOS : mac.md
- Mobile Devices : mobile.md
- Packet Analysis : pac.md
- Others : others.md
theme:
name: 'material'
feature:
tabs: true
language: 'zh'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde