-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
49 lines (45 loc) · 1.13 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
site_name: Flutter Errors
site_description: "Flutter Errors - Automated Exceptions handler for Flutter development."
repo_name: flutter-errors
repo_url: https://github.com/faiyyazs/flutter-errors
edit_uri: edit/main/docs/
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true
theme:
name: material
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: purple
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: purple
accent: cyan
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Inter
code: Jetbrains Mono
icon:
repo: fontawesome/brands/github
logo: octicons/terminal-24
# favicon: img/favicon.png
features:
- navigation.tabs
nav:
- Home:
- Welcome: index.md
- Feedback: feedback.md
- Documentation:
- Getting Started: getting-started.md
- Platform Support: platform-support.md
- Changelog: changelog.md