-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
mkdocs.yml
73 lines (67 loc) · 1.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Project information
site_name: 'Haze'
site_description: 'A blurring modifier for Compose'
site_author: 'Chris Banes'
site_url: 'https://chribanes.github.io/haze/'
edit_uri: 'tree/main/docs/'
remote_branch: gh-pages
docs_dir: docs
repo_name: 'Haze'
repo_url: 'https://github.com/chrisbanes/haze'
# Navigation
nav:
- 'Overview': index.md
- 'Usage': usage.md
- 'Materials': materials.md
- 'Performance': performance.md
- 'FAQs': faq.md
- 'Migrating to 0.9': migrating-0.9.md
- 'Recipes': recipes.md
- 'API reference': api/
- 'Sample code': https://github.com/chrisbanes/haze/tree/main/sample/shared/src/commonMain/kotlin/dev/chrisbanes/haze/sample
- '🕸️ Sample app (Wasm)': /haze/sample/wasm/
- '🕸️ Sample app (JS)': /haze/sample/js/
# Configuration
theme:
name: 'material'
language: 'en'
icon:
logo: material/blur-radial
palette:
primary: 'white'
accent: 'teal'
font:
text: 'DM Sans'
code: 'DM Mono'
features:
- content.tabs.link
- content.code.copy
plugins:
- social
- search
- mkdocs-video:
is_video: true
video_muted: true
video_controls: false
video_autoplay: true
video_loop: true
css_style:
width: "100%"
height: "30rem"
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg