-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
162 lines (157 loc) · 5.39 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
site_name: Android 性能优化手册
site_url: https://android-performance-optimization.github.io/
site_description: 专注于 Android 性能优化领域,分享基础知识,实战方案,学习路线,技术动态等资源
# Repository
repo_name: 'android-performance-optimization'
repo_url: 'https://github.com/android-performance-optimization/homepage'
# Configuration
theme:
name: material
features:
- announce.dismiss
# - content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
language: 'zh'
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Fira Sans'
code: 'Fira Mono'
favicon: assets/favicon.png
icon:
logo: logo
markdown_extensions:
- attr_list
- md_in_html
- footnotes
plugins:
- search:
lang: ja
- git-revision-date-localized
# Page tree
nav:
- 首页:
- 简介: index.md
- 如何参与: intro/htc.md
- 学习资源: resource/index.md
- 筑基手册:
- 程序员的自我修养:
- foundation/self-cultivation/elf-file-detail.md
- foundation/self-cultivation/static-link.md
- foundation/self-cultivation/elf-load.md
- foundation/self-cultivation/dynamic-link.md
- foundation/self-cultivation/memory.md
- foundation/self-cultivation/system-call.md
- 深入实践 Kotlin 元编程:
- foundation/kotlin-meta-programming/meta-programming-basic.md
- foundation/kotlin-meta-programming/meta-data-introduction.md
- foundation/kotlin-meta-programming/runtime-reflect.md
- foundation/kotlin-meta-programming/code-generate.md
- foundation/kotlin-meta-programming/symbol-process.md
- foundation/kotlin-meta-programming/code-static-analyse.md
- foundation/kotlin-meta-programming/compiler-extension.md
- foundation/kotlin-meta-programming/meta-programming-debug.md
- Kolin 编译器学习:
- foundation/kotlin-compiler-learn/learning-resource.md
- foundation/kotlin-compiler-learn/kotlin-compiler-start.md
- foundation/kotlin-compiler-learn/kotlin-compiler-source.md
- C 和指针:
- foundation/pointers-on-c/environment-config.md
- foundation/pointers-on-c/quick-start.md
- foundation/pointers-on-c/basic-concept.md
- foundation/pointers-on-c/data-type.md
- foundation/pointers-on-c/statement.md
- foundation/pointers-on-c/operators-and-expressions.md
- foundation/pointers-on-c/pointer.md
- foundation/pointers-on-c/function.md
- foundation/pointers-on-c/array.md
- foundation/pointers-on-c/char-and-string.md
- foundation/pointers-on-c/struct-and-union.md
- foundation/pointers-on-c/dynamic-memory.md
- foundation/pointers-on-c/struct-and-pointer.md
- foundation/pointers-on-c/advanced-pointer.md
- foundation/pointers-on-c/preprocessor.md
- 计算机系统要素:
- foundation/nand-to-tetris/introduction.md
- foundation/nand-to-tetris/bool-logic.md
- foundation/nand-to-tetris/bool-arithmetic.md
- foundation/nand-to-tetris/sequential-logic.md
- foundation/nand-to-tetris/machine-language.md
- foundation/nand-to-tetris/computer-architecture.md
- foundation/nand-to-tetris/assembler.md
- foundation/nand-to-tetris/virtual-machine-one.md
- foundation/nand-to-tetris/virtual-machine-two.md
- foundation/nand-to-tetris/compiler-one.md
- foundation/nand-to-tetris/compiler-two.md
- foundation/nand-to-tetris/recommend.md
- Android 系统基础:
- foundation/framework/activity-start.md
- 实用工具系列:
- foundation/tools/native-hook.md
- 实战手册:
- 编译优化:
- practical/compile/compile-acceleration.md
- practical/compile/now-in-android.md
- 代码质量优化:
- practical/code-quality/kotlin-detekt.md
- 稳定性优化:
- practical/stability/airbag.md
- 速度优化:
- practical/speed/json-serialization-speed.md
- practical/speed/kcp-gson-moshi.md
- 内存优化:
- practical/memory/memory-usage-analyse.md
- 技术月报:
- 2025:
- news/2025/news-2025-01.md
- 2024:
- news/2024/news-2024-12.md
- news/2024/news-2024-11.md
- news/2024/news-2024-10.md
- news/2024/news-2024-09.md
- news/2024/news-2024-08.md
- news/2024/news-2024-07.md
- news/2024/news-2024-06.md
- news/2024/news-2024-05.md
- news/2024/news-2024-04.md
- news/2024/news-2024-03.md
- news/2024/news-2024-02.md
- news/2024/news-2024-01.md
- 2023:
- news/2023/news-2023-12.md
- news/2023/news-2023-11.md
- news/2023/news-2023-10.md
- news/2023/news-2023-09.md
- news/2023/news-2023-08.md
- news/2023/news-2023-07.md