forked from google/accompanist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.16 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
# Project information
site_name: 'Accompanist'
site_description: 'A group of libraries to help write Jetpack Compose apps.'
site_author: 'Chris Banes'
site_url: 'https://chrisbanes.github.io/accompanist/'
remote_branch: gh-pages
# Repository
repo_name: 'Accompanist'
repo_url: 'https://github.com/chrisbanes/accompanist'
# Navigation
nav:
- 'Overview': index.md
- 'Coil': coil.md
- 'Picasso': picasso.md
- 'API':
- 'Coil': api/coil/index.md
- 'Picasso': api/picasso/index.md
- 'Image Loading Core': api/imageloading-core/index.md
- 'Snapshots': using-snapshot-version.md
- 'Contributing': contributing.md
- 'Maintainers':
- 'Update guide': updating.md
# Configuration
theme:
name: 'material'
language: 'en'
icon:
logo: material/music-clef-treble
palette:
primary: 'black'
accent: 'deep orange'
font:
text: 'IBM Plex Sans'
code: 'IBM Plex Mono'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/chrisbanes