-
Notifications
You must be signed in to change notification settings - Fork 74
/
mkdocs.yml
53 lines (53 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
site_name: Genshin.py
site_description: Modern API wrapper for Genshin Impact & Honkai Impact 3rd built on asyncio and pydantic.
site_url: https://thesadru.github.io/genshin.py
theme:
name: material
palette:
- scheme: default
primary: blue grey
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to dark mode
features:
- navigation.instant
- navigation.expand
language: en
repo_name: thesadru/genshin.py
repo_url: https://github.com/thesadru/genshin.py
plugins:
- search
markdown_extensions:
- tables
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- index.md
- credits.md
- Usage:
- authentication.md
- battle_chronicle.md
- hoyolab.md
- daily_rewards.md
- lineup.md
- calculator.md
- diary.md
- wish_history.md
- transactions.md
- Advanced Usage:
- configuration.md
- caching.md
- debugging.md
- cli.md