-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (52 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
site_name: EKA2L1 Quickstart
theme:
name: material
features:
- navigation.sections
- navigation.expand
palette:
scheme: slate
primary: brown
logo: https://raw.githubusercontent.com/EKA2L1/EKA2L1/master/src/emu/qt/assets/duck_tank_fedora.png
favicon: https://raw.githubusercontent.com/EKA2L1/EKA2L1/master/src/emu/qt/assets/duck_tank_fedora.png
plugins:
- i18n:
default_language: en
languages:
en:
name: English
build: true
vi:
name: Tiếng Việt
build: true
nav_translations:
vi:
'Basic': Cơ bản
'Home': Trang chủ
'Tutorials': Hướng dẫn
'Welcome': Chào mừng
- search
- macros
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: 'https://12z1.com/'
- Welcome: index.md
- requirements.md
- donation.md
- 'Tutorials':
- 'Basic':
- basic/wheretostart.md
- basic/installdevice.md
- basic/installapp.md
- ngage.md
- j2me.md
- btnetplay.md
extra:
current_duck_url: https://raw.githubusercontent.com/EKA2L1/EKA2L1/master/src/emu/qt/assets/duck_tank_fedora.png
assets_root: quickstart/assets
posts_root: quickstart