-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
39 lines (35 loc) · 929 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
36
37
38
39
site_name: "Material Motion for Jetpack Compose and Compose Multiplatform"
site_description: "A library that provides components supporting material motion patterns for Jetpack Compose and Compose Multiplatform."
site_author: "fornewid"
remote_branch: gh-pages
# Repository
repo_name: fornewid/material-motion-compose
repo_url: https://github.com/fornewid/material-motion-compose
# Navigation
nav:
- "Overview": index.md
- "Guide": core.md
- "API": api/core/
- "Migration":
- '0.5 to 0.6': migrating-from-0.5-to-0.6.md
- '0.9 to 0.10': migrating-from-0.9-to-0.10.md
# Configuration
theme:
name: material
language: "en"
palette:
primary: indigo
accent: indigo
font:
text: 'Roboto'
code: 'Roboto Mono'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences