-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
36 lines (35 loc) · 873 Bytes
/
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
site_name: Flaker
repo_name: Flaker
repo_url: https://github.com/rotbolt/flaker
edit_uri: edit/main/docs/
site_description: " A flaky network simulator for your mobile app development."
site_author: Rotbolt
remote_branch: gh-pages
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Development: development.md
theme:
name: 'material'
favicon: assets/logo.png
logo: assets/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: blue
toggle:
icon: octicons/sun-24
name: "Switch to Dark Mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: blue
toggle:
icon: octicons/moon-24
name: "Switch to Light Mode"
features:
- navigation.tabs
markdown_extensions:
- attr_list
- md_in_html