-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (52 loc) · 1.28 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
site_name: All in one guide
site_url: https://angxddeep.github.io/All-in-one-guide
site_author: Angaddeep Singh
repo_url: https://github.com/angxddeep/All-in-one-guide
repo_name: All in one guide
theme:
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- navigation.footer
- search.suggest
name: material
favicon: images/logo.jpg
logo: images/logo.jpg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
nav:
- Getting started: 'index.md'
- Unlocking bootloader: 'Unlocking bootloader.md'
- Rooting method: 'Root.md'
- Flashing stock rom: 'Stock.md'
- Unbrick Guide: 'Unbrick.md'
markdown_extensions:
- admonition
# Additional configuration
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/Angxddeep
- icon: fontawesome/brands/github
link: https://github.com/Angxddeep
plugins:
- search