-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 687 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
30 lines (30 loc) · 687 Bytes
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
site_name: 30 Days Javascript
repo_url: https://github.com/devinesia/30-days-javascript-web
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
theme:
favicon: images/javascript.png
logo: images/javascript.png
name: material
palette:
primary: amber
plugins:
- search
- i18n:
docs_structure: folder
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: id
name: Bahasa Indonesia
build: true